divide 0 (v2)

Revision 2 of this benchmark created on


Description

divide 0

Preparation HTML

		

Test runner

Ready to run.

Testing in
TestOps/sec
divide zero
let e = 0
let n = (e / 0.3048)
ready
don't divide
let e = 0
let n = e ? (e / 0.3048) : e;
ready

Revisions

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