Script Preparation code:
Tests:
  • a.toLowerCase() === "application/json"

  • a.toUpperCase() === "APPLICATION/JSON"

  • a.localeCompare("application/json", undefined, c)

  • b.toLowerCase() === "application/json"

  • b.toUpperCase() === "APPLICATION/JSON"

  • b.localeCompare("application/json", undefined, c)

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    a.toLowerCase() === "application/json"
    a.toUpperCase() === "APPLICATION/JSON"
    a.localeCompare("application/json", undefined, c)
    b.toLowerCase() === "application/json"
    b.toUpperCase() === "APPLICATION/JSON"
    b.localeCompare("application/json", undefined, c)

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!