1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-31 10:14:52 +08:00

toml file

This commit is contained in:
Xiaoxi Wang 2020-07-22 05:06:54 +00:00
parent 893898818c
commit 272ef87933
3 changed files with 14 additions and 11 deletions

@ -87,7 +87,7 @@ if(WITH_PYTHON)
add_fdb_test(TEST_FILES StorageMetricsSampleTests.txt IGNORE)
add_fdb_test(TEST_FILES StreamingWrite.txt IGNORE)
add_fdb_test(TEST_FILES ThreadSafety.txt IGNORE)
add_fdb_test(TEST_FILES Throttling.txt IGNORE)
add_fdb_test(TEST_FILES Throttling.toml IGNORE)
add_fdb_test(TEST_FILES TraceEventMetrics.txt IGNORE)
add_fdb_test(TEST_FILES PopulateTPCC.txt IGNORE)
add_fdb_test(TEST_FILES TPCC.txt IGNORE)

13
tests/Throttling.toml Normal file

@ -0,0 +1,13 @@
[[test]]
testTitle='ThrottlingTest'
[[test.workload]]
testName='Throttling'
testDuration = 60.0
actorsPerClient=10
readsPerTransaction=10
writesPerTransaction=10
throttlingMultiplier=0.5
maxBurst=10000
[[test.workload]]
testName='HealthMetricsApi'

@ -1,10 +0,0 @@
testTitle=Throttling
testName=Throttling
testDuration=60.0
actorsPerClient=10
readsPerTransaction=10
writesPerTransaction=10
throttlingMultiplier=0.5
maxBurst=10000
testName=HealthMetricsApi