boolean conditional

Benchmark created by Sean on


Test runner

Ready to run.

Testing in
TestOps/sec
comparison
var test = true;

if (true === test) {
  return true;
}
ready
inherent
var test = true;

if (test) {
  return true;
}
ready

Revisions

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