Skip to content

Commit

Permalink
Fix benchmarks README formatting (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey authored Oct 26, 2022
1 parent 3940e36 commit 9f43188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cargo run --release --features "simd mimalloc" --bin tpch -- benchmark datafusio
```

If you want to disable collection of statistics (and thus cost based optimizers), you can pass `--disable-statistics` flag.
``bash
```bash
cargo run --release --bin tpch -- benchmark datafusion --iterations 3 --path /mnt/tpch-parquet --format parquet --query 17 --disable-statistics
```

Expand Down

0 comments on commit 9f43188

Please sign in to comment.