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 7ef2104 commit d0e1564Copy full SHA for d0e1564
benchmark/complex.js
@@ -67,4 +67,4 @@ for (const [key] of Object.entries(data)) {
67
i18n.global.t(key, 2)
68
}
69
end = convertHrtime(process.hrtime())
70
-console.log(`ms: ${end.milliseconds - start.milliseconds}`)
+console.log(`ms: ${end.milliseconds - start.milliseconds}`)
0 commit comments