mirror of
https://github.com/nodejs/node.git
synced 2025-05-07 15:35:41 +00:00

PR-URL: https://github.com/nodejs/node/pull/27320 Reviewed-By: James M Snell <jasnell@gmail.com>
18 lines
316 B
JavaScript
18 lines
316 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('misc', [
|
|
'concat=0',
|
|
'dur=0.1',
|
|
'method=',
|
|
'n=1',
|
|
'type=',
|
|
'code=1',
|
|
'val=magyarország.icom.museum',
|
|
'script=test/fixtures/semicolon',
|
|
'mode=worker'
|
|
], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|