Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A good setup is to run 8 workers throttled at 2 physical threads per worker. Thi
accurate benchmarking environment for a distributed system locally.

```bash
WORKERS=8 ./benchmarks/run.sh --threads 2 --path benchmarks/data/tpch_sf10
WORKERS=8 ./benchmarks/run.sh --threads 2 --dataset tpch_sf10
```

Subsequent runs will compare results against the previous one, so a useful trick to measure the impact of a PR
Expand Down
Loading