Skip to content

Commit

Permalink
squash: remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Nov 8, 2016
1 parent 7d60498 commit 03ebf8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmark/timers/timers-breadth.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var common = require('../common.js');

var bench = common.createBenchmark(main, {
thousands: [500],
type: ['breadth']
});

function main(conf) {
Expand Down
1 change: 0 additions & 1 deletion benchmark/timers/timers-depth.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var common = require('../common.js');

var bench = common.createBenchmark(main, {
thousands: [1],
type: ['depth']
});

function main(conf) {
Expand Down

0 comments on commit 03ebf8a

Please sign in to comment.