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 ffbbd6b commit 5682018Copy full SHA for 5682018
bench.js
@@ -67,8 +67,9 @@ const FJS = require('.')
67
const stringify = FJS(schema)
68
const stringifyArray = FJS(arraySchema)
69
const stringifyString = FJS({ type: 'string' })
70
-var str = ''
+let str = ''
71
72
+// eslint-disable-next-line
73
for (var i = 0; i < 10000; i++) {
74
str += i
75
if (i % 100 === 0) {
0 commit comments