summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/dns/lookup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/dns/lookup.js b/benchmark/dns/lookup.js
index 3cc228c566..164e490bd3 100644
--- a/benchmark/dns/lookup.js
+++ b/benchmark/dns/lookup.js
@@ -4,7 +4,7 @@ const common = require('../common.js');
const lookup = require('dns').lookup;
const bench = common.createBenchmark(main, {
- name: ['', '127.0.0.1', '::1'],
+ name: ['127.0.0.1', '::1'],
all: ['true', 'false'],
n: [5e6]
});