We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed55bf commit 6fdd748Copy full SHA for 6fdd748
benchmark/blob/blob.js
@@ -3,7 +3,7 @@ const common = require('../common.js');
3
const { Blob } = require('buffer');
4
5
const bench = common.createBenchmark(main, {
6
- bytes: [128, 1024, 1024 ** 2],
+ bytes: [128, 1024, 8192],
7
n: [1e3],
8
operation: ['text', 'arrayBuffer'],
9
});
0 commit comments