test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
test1
let b = false
for (let i = 0; i < 100000; i++) {
	b ^= 1
}
ready
test2
let b = false
for (let i = 0; i < 100000; i++) {
	b = !b
}
ready

Revisions

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