Skip to content

Commit a978476

Browse files
vkarpov15Copilot
andauthored
Update benchmarks/nestedArrayLarge.js
Co-authored-by: Copilot <[email protected]>
1 parent 0db16b3 commit a978476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/nestedArrayLarge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ async function run() {
4545
'save() time ms': +(saveEnd - saveStart).toFixed(2)
4646
};
4747

48-
console.log(JSON.stringify(results, null, ' '));
48+
console.log(JSON.stringify(results, null, ' '));
4949
process.exit(0);
5050
}

0 commit comments

Comments
 (0)