Skip to content

Commit

Permalink
add blurb about viewing http report locally
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Liang <yuchenl3@andrew.cmu.edu>
  • Loading branch information
yliang412 committed Dec 10, 2024
1 parent 76c7302 commit bd10d8b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions optd-sqlplannertest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,20 @@ There are two metrics we care about when evaluating
### Usage

```shell
# benchmark all TPC-H queries with "bench" task enabled
# Benchmark all TPC-H queries with "bench" task enabled
cargo bench --bench planner_bench tpch/

# benchmark TPC-H Q1
# Benchmark TPC-H Q1
cargo bench --bench planner_bench tpch/q1/

# benchmark TPC-H Q1 planning
# Benchmark TPC-H Q1 planning
cargo bench --bench planner_bench tpch/q1/planning

# benchmark TPC-H Q1 execution
# Benchmark TPC-H Q1 execution
cargo bench --bench planner_bench tpch/q1/execution

# View the HTML report
python3 -m http.server -d ./target/criterion/
```

### Limitations
Expand Down

0 comments on commit bd10d8b

Please sign in to comment.