- Download and install Go.
- Git clone this repository:
git clone https://github.com/drabastomek/parquet-go-benchmarks
- Run
to make sure all the dependencies are downloaded into local cache and verified.
go mod download go mod verify
- Run the benchmark:
cd parquet-benchmarks go test -bench . ./writer/ go test -bench . ./reader/