node/test/benchmark/test-benchmark-url.js
Yagiz Nizipli 0dc485eb28
url: drop ICU requirement for parsing hostnames
PR-URL: https://github.com/nodejs/node/pull/47339
Backport-PR-URL: https://github.com/nodejs/node/pull/48345
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2023-07-12 11:12:39 -04:00

7 lines
151 B
JavaScript

'use strict';
require('../common');
const runBenchmark = require('../common/benchmark');
runBenchmark('url', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });