Skip to content

Commit 80ce6c7

Browse files
committed
benchmark: multiple iteration config
1 parent 381e30e commit 80ce6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/json/json-buffer-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const path = require('node:path');
66
const assert = require('node:assert');
77

88
const configs = {
9-
n: [10],
9+
n: [10, 1024],
1010
parser: ['native', 'node'],
1111
input: [
1212
'simple-string',

0 commit comments

Comments
 (0)