mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
toml file
This commit is contained in:
parent
893898818c
commit
272ef87933
@ -87,7 +87,7 @@ if(WITH_PYTHON)
|
|||||||
add_fdb_test(TEST_FILES StorageMetricsSampleTests.txt IGNORE)
|
add_fdb_test(TEST_FILES StorageMetricsSampleTests.txt IGNORE)
|
||||||
add_fdb_test(TEST_FILES StreamingWrite.txt IGNORE)
|
add_fdb_test(TEST_FILES StreamingWrite.txt IGNORE)
|
||||||
add_fdb_test(TEST_FILES ThreadSafety.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 TraceEventMetrics.txt IGNORE)
|
||||||
add_fdb_test(TEST_FILES PopulateTPCC.txt IGNORE)
|
add_fdb_test(TEST_FILES PopulateTPCC.txt IGNORE)
|
||||||
add_fdb_test(TEST_FILES TPCC.txt IGNORE)
|
add_fdb_test(TEST_FILES TPCC.txt IGNORE)
|
||||||
|
13
tests/Throttling.toml
Normal file
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
|
|
Loading…
x
Reference in New Issue
Block a user