29 lines
673 B
TOML
29 lines
673 B
TOML
[configuration]
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
# FIXME: re-enable rocks at some point
|
|
storageEngineExcludeTypes = [4, 5]
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleVerifyLargeClean'
|
|
|
|
[[test.workload]]
|
|
testName = 'ReadWrite'
|
|
testDuration = 120.0
|
|
transactionsPerSecond = 200
|
|
writesPerTransactionA = 5
|
|
readsPerTransactionA = 1
|
|
writesPerTransactionB = 10
|
|
readsPerTransactionB = 1
|
|
alpha = 0.5
|
|
nodeCount = 2000000
|
|
valueBytes = 128
|
|
discardEdgeMeasurements = false
|
|
warmingDelay = 10.0
|
|
setup = false
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 120.0
|
|
enablePurging = false
|