Skip to content

Commit

Permalink
Add specific query example
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Jan 9, 2025
1 parent 0b92321 commit c0a972f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,5 +444,12 @@ There are three options for running h2o benchmarks: `small`, `medium`, and `big`
./bench.sh run h2o_big
```

4. Run a specific query with a specific data path

For example, to run query 1 with the small data generated above:
```bash
cargo run --release --bin dfbench -- h2o --path ./benchmarks/data/h2o/G1_1e7_1e7_100_0.csv --query 1
```

[1]: http://www.tpc.org/tpch/
[2]: https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page

0 comments on commit c0a972f

Please sign in to comment.