Skip to content

Commit

Permalink
Merge pull request #66 from gerich-home/diamond-perf
Browse files Browse the repository at this point in the history
more diamond perf examples
  • Loading branch information
gerich-home committed Apr 5, 2016
2 parents 62f3eed + 98739ef commit d228c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var computedDiamondUpdate = require('../../scenarios/computedDiamondUpdate');

module.exports = computedDiamondUpdate(1000, 1000);
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var computedDiamondUpdate = require('../../scenarios/computedDiamondUpdate');

module.exports = computedDiamondUpdate(1000, 100);

0 comments on commit d228c36

Please sign in to comment.