This commit is contained in:
cubixle
2024-05-07 09:04:11 +01:00
commit 0539fd5361
8 changed files with 1177 additions and 0 deletions

5
tests.sh Executable file
View File

@@ -0,0 +1,5 @@
go build -o app main.go
hyperfine --warmup 1 "./app -type csv -amount 100000"
hyperfine --warmup 1 "./app -type parquet -amount 100000"