mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
f3ce2811dd
PR-URL: https://github.com/nodejs/node/pull/35583 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('esm', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|