mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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:
parent
62c62056ca
commit
15ede933c3
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user