Files
csv-vs-parquet/tests.sh
cubixle 0539fd5361 init
2024-05-07 09:04:11 +01:00

6 lines
138 B
Bash
Executable File

go build -o app main.go
hyperfine --warmup 1 "./app -type csv -amount 100000"
hyperfine --warmup 1 "./app -type parquet -amount 100000"