Skip to content

Commit

Permalink
more diamond perf examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gerich-home committed Apr 5, 2016
1 parent 62f3eed commit 98739ef
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 98739ef

Please sign in to comment.