underscore _ as the separator

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
underscore _ as the separator
const a = 1_000_000
const b = 2_000_000
ready
without separator
const c = 1000000
const d = 2000000
ready
e6 notation
const e = 1e6
const f = 2e6
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.