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: https://github.com/nodejs/node/pull/59589
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
This commit is contained in:
Rafael Gonzaga 2025-08-24 18:19:33 -03:00 committed by GitHub
parent 62c62056ca
commit 15ede933c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@ const filename = tmpdir.resolve(`.removeme-benchmark-garbage-${process.pid}`);
const bench = common.createBenchmark(main, {
duration: [5],
encoding: ['', 'utf-8'],
len: [1024, 16 * 1024 * 1024],
encoding: ['utf-8'],
len: [1024],
concurrent: [1, 10],
}, {
flags: [