We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bc80c commit aec8e77Copy full SHA for aec8e77
test/benchmark/test-benchmark-fs.js
@@ -7,16 +7,17 @@ const tmpdir = require('../common/tmpdir');
7
tmpdir.refresh();
8
9
runBenchmark('fs', [
10
- 'n=1',
11
- 'size=1',
+ 'concurrent=1',
+ 'dir=.github',
12
'dur=0.1',
13
+ 'encodingType=buf',
14
+ 'filesize=1024',
15
'len=1024',
- 'concurrent=1',
16
+ 'mode=callback',
17
+ 'n=1',
18
'pathType=relative',
- 'statType=fstat',
19
+ 'size=1',
20
'statSyncType=fstatSync',
- 'encodingType=buf',
- 'filesize=1024',
- 'dir=.github',
21
- 'withFileTypes=false'
+ 'statType=fstat',
22
+ 'withFileTypes=false',
23
], { NODE_TMPDIR: tmpdir.path, NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
0 commit comments