• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3require('../common');
4const runBenchmark = require('../common/benchmark');
5
6const tmpdir = require('../common/tmpdir');
7tmpdir.refresh();
8
9runBenchmark('fs', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
10