17 lines
281 B
TOML
17 lines
281 B
TOML
|
[[test]]
|
||
|
testTitle = 'Cached'
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Cache'
|
||
|
keyPrefix = 'foo/'
|
||
|
|
||
|
[[test]]
|
||
|
testTitle = 'Cycle'
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Cycle'
|
||
|
transactionsPerSecond = 2500.0
|
||
|
testDuration = 10.0
|
||
|
expectedRate = 0.80
|
||
|
keyPrefix = 'foo/'
|