Skip to content

Commit 091f13c

Browse files
Update vs-pino.js
Co-authored-by: Augustin Mauroy <[email protected]>
1 parent 4c781ec commit 091f13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/logger/vs-pino.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const common = require('../common');
4-
const fs = require('fs');
4+
const fs = require('node:fs');
55

66
const bench = common.createBenchmark(main, {
77
n: [1e5],

0 commit comments

Comments
 (0)