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 966a23f commit f1cf8f2Copy full SHA for f1cf8f2
benchmark/fs/bench-writeFileSync.js
@@ -14,6 +14,7 @@ const bench = common.createBenchmark(main, {
14
});
15
16
function main({ n, encoding, stringLength, hasFileDescriptor }) {
17
+ tmpdir.refresh();
18
const enc = encoding === 'undefined' ? undefined : encoding;
19
const path = tmpdir.resolve(`.writefilesync-file-${Date.now()}`);
20
0 commit comments