9 lines
177 B
TOML
9 lines
177 B
TOML
|
[[test]]
|
||
|
testTitle = 'SimpleAtomicAdd'
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'SimpleAtomicAdd'
|
||
|
initialize = true
|
||
|
initialValue = 15
|
||
|
iterations = 200
|
||
|
addValue = 10
|