• 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', {
10  NODE_TMPDIR: tmpdir.path,
11  NODEJS_BENCHMARK_ZERO_ALLOWED: 1
12});
13