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 381e30e commit 80ce6c7Copy full SHA for 80ce6c7
benchmark/json/json-buffer-parser.js
@@ -6,7 +6,7 @@ const path = require('node:path');
6
const assert = require('node:assert');
7
8
const configs = {
9
- n: [10],
+ n: [10, 1024],
10
parser: ['native', 'node'],
11
input: [
12
'simple-string',
0 commit comments