TEST

Benchmark created on


Setup

let acc1 = 0n;
let acc2 = 0n;

Test runner

Ready to run.

Testing in
TestOps/sec
A
for(let i = 0; i< 1000; ++i)
   acc1 += 1n;
ready
B
for(let i = 0; i< 1000; ++i)
   acc2 += BigInt(1);
ready

Revisions

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