Skip to content

Commit

Permalink
tiup bench: Add clean up instruction for tpcc (#7587)
Browse files Browse the repository at this point in the history
* tiup bench: Add clean up instruction for tpcc

* fix numbering

Co-authored-by: shichun-0415 <[email protected]>
  • Loading branch information
SunRunAway and shichun-0415 authored Jun 21, 2022
1 parent c2f53eb commit 5d736ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tiup/tiup-bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ Flags:
tiup bench tpcc --warehouses 4 prepare --output data --pprof :10111
```
8. Clean up data:
{{< copyable "shell-regular" >}}
```shell
tiup bench tpcc cleanup
```
## Run TPC-H test using TiUP
The TiUP bench component supports the following commands and parameters to run the TPC-H test:
Expand Down

0 comments on commit 5d736ed

Please sign in to comment.