From 298bed0209760dd79df28237d3de5b78760e53d8 Mon Sep 17 00:00:00 2001 From: kentkr Date: Mon, 25 May 2026 10:12:06 -0400 Subject: [PATCH] benchmark docs update to match --path -> --dataset rename --- docs/source/contributor-guide/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributor-guide/benchmarks.md b/docs/source/contributor-guide/benchmarks.md index 7176323c..e32688ca 100644 --- a/docs/source/contributor-guide/benchmarks.md +++ b/docs/source/contributor-guide/benchmarks.md @@ -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