mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 08:57:07 +00:00

PR-URL: https://github.com/nodejs/node/pull/31396 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('buffers', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|