1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-03 03:41:53 +08:00
2020-07-22 06:08:47 +00:00

14 lines
289 B
TOML

[[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'