Tests:
  • var a = ("test" === "test");

  • var b = "test".match(/test/);

  • var c = ["test"].includes("test");

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    var a = ("test" === "test");
    var b = "test".match(/test/);
    var c = ["test"].includes("test");

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: 11 months ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Chrome 114 on Linux
View result in a separate tab
Test name Executions per second
var a = ("test" === "test"); 2254113000.0 Ops/sec
var b = "test".match(/test/); 30098000.0 Ops/sec
var c = ["test"].includes("test"); 2176882000.0 Ops/sec