Skip to content

Commit

Permalink
pd-heartbeat-bench: add default values
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Aug 26, 2024
1 parent 61a85e5 commit 8f93a6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/pd-heartbeat-bench/config-template.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
round = 0

store-count = 100
hot-store-count = 10
region-count = 2000000

replica = 3

leader-update-ratio = 0.06
epoch-update-ratio = 0.0
space-update-ratio = 0.0
flow-update-ratio = 0.0
epoch-update-ratio = 0.04
space-update-ratio = 0.15
flow-update-ratio = 0.35
no-update-ratio = 0.0

sample = false

0 comments on commit 8f93a6a

Please sign in to comment.