Skip to content

segmentio/parquet-go-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%