Test2312321347656452432367456576552424234234324

Benchmark created on


Setup

var mode = "test1";
    modes = {
      test1: true,
      test2: false
    }

Test runner

Ready to run.

Testing in
TestOps/sec
if
if(mode === "test1")
  mode["test2"] = true;
else
  mode["test1"] = true;
ready
noif
mode["test2"] = true;
mode["test1"] = true;
ready

Revisions

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