mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 08:19:38 +01:00
ead407915e
PR-URL: https://github.com/nodejs/node/pull/47339 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('url', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|