Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 506 Bytes

Go Parquet Benchmarks

To run the benchmarks

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