Skip to content

Commit

Permalink
Update readme and scenarios for new benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Nov 6, 2013
1 parent a4df4a7 commit c1d2c31
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 32 deletions.
10 changes: 0 additions & 10 deletions examples/unfinished/benchmark/scenarios/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
Parameters for simulation:

Each document is randomly placed in a collection, with a random
'bucket' field. Clients sub to 1 bucket in each collection.

- numCollections
how many collections to spread the documents over
- numBuckets
number of buckets per collection.

- initialDocuments: Inital documents added by the server. Probably
not usefully combined with maxAgeSeconds

- maxAgeSeconds: How long to leave documents in the database. This,
combined with all the various rates, determines the steady state
Expand All @@ -23,5 +15,3 @@ Per-client action rates:
- documentSize: bytes of randomness per document.
// XXX make this a random distribution?
- documentNumFields: how many fields of randomness per document.

XXX also max documents? (count and remove N)
9 changes: 0 additions & 9 deletions examples/unfinished/benchmark/scenarios/bigdata-static.json

This file was deleted.

10 changes: 0 additions & 10 deletions examples/unfinished/benchmark/scenarios/bigdata-updates.json

This file was deleted.

11 changes: 11 additions & 0 deletions examples/unfinished/benchmark/scenarios/fast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"params": {
"numCollections": 1,
"maxAgeSeconds": 60,
"insertsPerSecond": 5,
"updatesPerSecond": 5,
"removesPerSecond": 1,
"documentSize": 128,
"documentNumFields": 2
}
}
4 changes: 1 addition & 3 deletions examples/unfinished/benchmark/scenarios/nodata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"params": {
"numCollections": 1,
"numBuckets": 1,
"initialDocuments": 0
"numCollections": 1
}
}

0 comments on commit c1d2c31

Please sign in to comment.