mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
14 lines
289 B
TOML
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'
|