mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
This includes build/txt-to-toml.py which did the rewrites, and can be used to rewrite other no-in-tree test spec files to toml. I didn't touch status or restarting tests yet. Restarting will be handled later. It turns out that I don't understand how status tests work.
56 lines
1.0 KiB
TOML
56 lines
1.0 KiB
TOML
[[test]]
|
|
testTitle = 'CloggedCycleTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 5000.0
|
|
testDuration = 5.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 5.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 5.0
|
|
scale = 0.1
|
|
clogginess = 2.0
|
|
|
|
[[test]]
|
|
testTitle = 'UncloggedCycleTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 5000.0
|
|
testDuration = 5.0
|
|
expectedRate = 0.25
|
|
|
|
[[test]]
|
|
testTitle = 'CloggedCycleTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 5000.0
|
|
testDuration = 5.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 5.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 5.0
|
|
scale = 0.1
|
|
clogginess = 2.0
|
|
|
|
[[test]]
|
|
testTitle = 'UncloggedCycleTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 5000.0
|
|
testDuration = 5.0
|
|
expectedRate = 0.25
|