diff --git a/examples/unfinished/benchmark/scenarios/scale20.json b/examples/unfinished/benchmark/scenarios/scale20.json new file mode 100644 index 0000000000..db357f2994 --- /dev/null +++ b/examples/unfinished/benchmark/scenarios/scale20.json @@ -0,0 +1,11 @@ + { + "params": { + "numCollections": 1, + "maxAgeSeconds": 60, + "insertsPerSecond": 20, + "updatesPerSecond": 20, + "removesPerSecond": 2, + "documentSize": 128, + "documentNumFields": 2 + } +} diff --git a/examples/unfinished/benchmark/scenarios/scale40.json b/examples/unfinished/benchmark/scenarios/scale40.json new file mode 100644 index 0000000000..53cab32bd1 --- /dev/null +++ b/examples/unfinished/benchmark/scenarios/scale40.json @@ -0,0 +1,11 @@ + { + "params": { + "numCollections": 1, + "maxAgeSeconds": 60, + "insertsPerSecond": 40, + "updatesPerSecond": 40, + "removesPerSecond": 4, + "documentSize": 128, + "documentNumFields": 2 + } +}