Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use burst mode because we sometime miss the tick causing client side …
…throughtput to drop (#4937)
- Loading branch information
8a6a85c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark Reports:
target/debug/stress --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 24 --num-transfer-accounts 2 bench --target-qps 100 --num-workers 10 --transfer-object 100 --run-duration 60s
Benchmark Report: +-------------+-----+--------+-----+-----+-----+-----+-----+-----+-------+-----+ | duration(s) | tps | error% | min | p25 | p50 | p75 | p90 | p99 | p99.9 | max | +==============================================================================+ | 60 | 100 | 0 | 35 | 46 | 75 | 84 | 87 | 94 | 403 | 439 |target/debug/stress --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 24 --num-transfer-accounts 2 bench --target-qps 100 --num-workers 10 --shared-counter 100 --run-duration 60s
Benchmark Report: +-------------+-----+--------+-----+-----+-----+-----+-----+-----+-------+------+ | duration(s) | tps | error% | min | p25 | p50 | p75 | p90 | p99 | p99.9 | max | +===============================================================================+ | 60 | 99 | 0 | 39 | 507 | 571 | 651 | 743 | 907 | 1019 | 1055 |