Skip to content

Commit

Permalink
Remove copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Sep 24, 2014
1 parent 7040e3b commit 9827c0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,4 @@ NODE_SIZES.forEach(function(size) {
runBenchmark("greedyFAS" + nameSuffix, function() {
alg.greedyFAS(g);
});

runBenchmark("copy" + nameSuffix, function() {
g.copy();
});
});

0 comments on commit 9827c0c

Please sign in to comment.