From 03ebf8ad430c55f43c2ac21b7a45c9d64e745098 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 7 Nov 2016 20:01:33 -0800 Subject: [PATCH] squash: remove type --- benchmark/timers/timers-breadth.js | 1 - benchmark/timers/timers-depth.js | 1 - 2 files changed, 2 deletions(-) diff --git a/benchmark/timers/timers-breadth.js b/benchmark/timers/timers-breadth.js index 337e006927528a..1101ee7dbf8907 100644 --- a/benchmark/timers/timers-breadth.js +++ b/benchmark/timers/timers-breadth.js @@ -3,7 +3,6 @@ var common = require('../common.js'); var bench = common.createBenchmark(main, { thousands: [500], - type: ['breadth'] }); function main(conf) { diff --git a/benchmark/timers/timers-depth.js b/benchmark/timers/timers-depth.js index 8b68eb743ae5e7..d5efc5c672d502 100644 --- a/benchmark/timers/timers-depth.js +++ b/benchmark/timers/timers-depth.js @@ -3,7 +3,6 @@ var common = require('../common.js'); var bench = common.createBenchmark(main, { thousands: [1], - type: ['depth'] }); function main(conf) {