From 1052383f7ce4d151bdcc3e71f522c5f5b430bff6 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 26 Apr 2017 16:48:05 -0700 Subject: v8: refactor struture of v8 module Use the more efficient module.exports = {} pattern, restructure imports from bindings, requires. PR-URL: https://github.com/nodejs/node/pull/12681 Reviewed-By: Vse Mozhet Byt --- benchmark/v8/get-stats.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'benchmark/v8') diff --git a/benchmark/v8/get-stats.js b/benchmark/v8/get-stats.js index 34d52d039f..96de757239 100644 --- a/benchmark/v8/get-stats.js +++ b/benchmark/v8/get-stats.js @@ -8,8 +8,7 @@ const bench = common.createBenchmark(main, { 'getHeapStatistics', 'getHeapSpaceStatistics' ], - n: [1e6], - flags: ['--ignition --turbo', ''] + n: [1e6] }); function main(conf) { -- cgit v1.2.3