mirror of https://github.com/nodejs/node.git
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
|
'use strict';
|
||
|
|
||
|
require('../common');
|
||
|
|
||
|
const runBenchmark = require('../common/benchmark');
|
||
|
|
||
|
runBenchmark('readline', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|