mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
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.01
|
|
keyPrefix = 'foo/'
|