From 93b7a6fb1098ea5bf7147bb9b9cbbc170becf456 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Thu, 31 Jul 2014 19:58:16 -0700 Subject: [PATCH] Add some more scenarios for benchmark --- examples/unfinished/benchmark/scenarios/scale20.json | 11 +++++++++++ examples/unfinished/benchmark/scenarios/scale40.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 examples/unfinished/benchmark/scenarios/scale20.json create mode 100644 examples/unfinished/benchmark/scenarios/scale40.json 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 + } +}