We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640cde1 commit eead424Copy full SHA for eead424
test/benchmark/test-benchmark-dns.js
@@ -4,7 +4,6 @@ require('../common');
4
5
const runBenchmark = require('../common/benchmark');
6
7
-const env = Object.assign({}, process.env,
8
- { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
+const env = { ...process.env, NODEJS_BENCHMARK_ZERO_ALLOWED: 1 };
9
10
runBenchmark('dns', ['n=1', 'all=false', 'name=127.0.0.1'], env);
0 commit comments