mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
6adaf23c20
PR-URL: https://github.com/nodejs/node/pull/44990 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('blob', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|