foundationdb/tests/Throttling.toml

14 lines
289 B
TOML
Raw Normal View History

2020-07-22 13:06:54 +08:00
[[test]]
testTitle='ThrottlingTest'
[[test.workload]]
testName='Throttling'
testDuration = 60.0
actorsPerClient=10
readsPerTransaction=10
writesPerTransaction=10
throttlingMultiplier=0.5
maxBurst=10000
[[test.workload]]
testName='HealthMetricsApi'