From c19fd408afd7da1fadc3500c8c88c19a9c7ae67f Mon Sep 17 00:00:00 2001 From: fook_supachai Date: Wed, 27 Sep 2017 22:27:08 +0700 Subject: [PATCH] Update bench-env.js I think this pattern is well. --- benchmark/process/bench-env.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/benchmark/process/bench-env.js b/benchmark/process/bench-env.js index 66f966f587bb7f..75f84d93fc1212 100644 --- a/benchmark/process/bench-env.js +++ b/benchmark/process/bench-env.js @@ -2,10 +2,7 @@ const common = require('../common'); -const bench = common.createBenchmark(main, { - n: [1e5], -}); - +const bench = common.createBenchmark(main, { n: [1e5], }); function main(conf) { const n = conf.n >>> 0;