Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
benchmark
/
test-benchmark-module.js
blob: da8e108d53e19f501cfb7b186c4151e4be8bc602 [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
runBenchmark
=
require
(
'../common/benchmark'
);
runBenchmark
(
'module'
);