mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add some more scenarios for benchmark
This commit is contained in:
11
examples/unfinished/benchmark/scenarios/scale20.json
Normal file
11
examples/unfinished/benchmark/scenarios/scale20.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"params": {
|
||||
"numCollections": 1,
|
||||
"maxAgeSeconds": 60,
|
||||
"insertsPerSecond": 20,
|
||||
"updatesPerSecond": 20,
|
||||
"removesPerSecond": 2,
|
||||
"documentSize": 128,
|
||||
"documentNumFields": 2
|
||||
}
|
||||
}
|
||||
11
examples/unfinished/benchmark/scenarios/scale40.json
Normal file
11
examples/unfinished/benchmark/scenarios/scale40.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"params": {
|
||||
"numCollections": 1,
|
||||
"maxAgeSeconds": 60,
|
||||
"insertsPerSecond": 40,
|
||||
"updatesPerSecond": 40,
|
||||
"removesPerSecond": 4,
|
||||
"documentSize": 128,
|
||||
"documentNumFields": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user