We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589ac50 commit 1a839f3Copy full SHA for 1a839f3
benchmark/blob/blob.js
@@ -4,7 +4,7 @@ const { Blob } = require('buffer');
4
5
const bench = common.createBenchmark(main, {
6
bytes: [128, 1024, 1024 ** 2],
7
- n: [1e6],
+ n: [1e3],
8
operation: ['text', 'arrayBuffer'],
9
});
10
benchmark/blob/file.js
@@ -3,8 +3,8 @@ const common = require('../common.js');
3
const { File } = require('buffer');
- bytes: [128, 1024, 1024 ** 2],
+ bytes: [128, 1024],
0 commit comments