diff --git a/benchmark/common.js b/benchmark/common.js index c4a5f7ebb6620c..06f26d1ce372eb 100644 --- a/benchmark/common.js +++ b/benchmark/common.js @@ -145,6 +145,7 @@ Benchmark.prototype._run = function() { var argv = queue[i++]; if (!argv) return; + argv = process.execArgv.concat(argv); var child = spawn(node, argv, { stdio: 'inherit' }); child.on('close', function(code, signal) { if (code)