Blaaaahhh

Benchmark created on


Setup

var x = 45;
    var y = 45;
    var z = 78;

Test runner

Ready to run.

Testing in
TestOps/sec
Single comparison
x === y !== z;
ready
Seperate comparisons
x === y && y !== z;
ready

Revisions

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