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