Add some more scenarios for benchmark

This commit is contained in:
Justin SB
2014-07-31 19:58:16 -07:00
parent bf0e0b61df
commit 93b7a6fb10
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"params": {
"numCollections": 1,
"maxAgeSeconds": 60,
"insertsPerSecond": 20,
"updatesPerSecond": 20,
"removesPerSecond": 2,
"documentSize": 128,
"documentNumFields": 2
}
}

View File

@@ -0,0 +1,11 @@
{
"params": {
"numCollections": 1,
"maxAgeSeconds": 60,
"insertsPerSecond": 40,
"updatesPerSecond": 40,
"removesPerSecond": 4,
"documentSize": 128,
"documentNumFields": 2
}
}