Skip to content

Commit 6fdd748

Browse files
debadree25marco-ippolito
authored andcommitted
benchmark: reduce the buffer size for blob
PR-URL: #52548 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 4ed55bf commit 6fdd748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/blob/blob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const common = require('../common.js');
33
const { Blob } = require('buffer');
44

55
const bench = common.createBenchmark(main, {
6-
bytes: [128, 1024, 1024 ** 2],
6+
bytes: [128, 1024, 8192],
77
n: [1e3],
88
operation: ['text', 'arrayBuffer'],
99
});

0 commit comments

Comments
 (0)