Skip to content

Commit

Permalink
Set default benchmark intensity to match default max batch size for M…
Browse files Browse the repository at this point in the history
…ongoDB
  • Loading branch information
notheotherben committed Apr 27, 2015
1 parent cce0311 commit da8a2d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions benchmarks/mongodb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmarks/mongodb.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions benchmarks/mongodb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import MongoDB = require('mongodb');
import _ = require('lodash');
import crypto = require('crypto');

var intensity = 20000;
var samples = 1;
var intensity = 1000;
var samples = 3;

interface UserDocument {
_id: string;
Expand Down

0 comments on commit da8a2d9

Please sign in to comment.