Castingplus

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
ternary
function ternary(m) {
	return m ? 1:0;
}
ready
plus
function plus(m) {
	return +m;
}
ready

Revisions

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