Skip to content

Commit f5ece45

Browse files
RafaelGSStargos
authored andcommitted
benchmark: reduce readfile-permission-enabled config
There's no need to test all readfile config as permission model won't impact based on size. PR-URL: #59589 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent 8ebd4f4 commit f5ece45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/fs/readfile-permission-enabled.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const filename = tmpdir.resolve(`.removeme-benchmark-garbage-${process.pid}`);
1212

1313
const bench = common.createBenchmark(main, {
1414
duration: [5],
15-
encoding: ['', 'utf-8'],
16-
len: [1024, 16 * 1024 * 1024],
15+
encoding: ['utf-8'],
16+
len: [1024],
1717
concurrent: [1, 10],
1818
}, {
1919
flags: [

0 commit comments

Comments
 (0)