Tests:
  • Number (with string integer)

  • Unary + (with string integer)

  • parseInt (with string integer)

  • Number (with string float)

  • Unary + (with string float)

  • parseInt (with string float)

  • Number (with integer)

  • Unary + (with integer)

  • parseInt (with integer)

  • Number (with float)

  • Unary + (with float)

  • parseInt (with float)

  • Number (with NaN)

  • Unary + (with NaN)

  • parseInt (with NaN)

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Number (with string integer)
    Unary + (with string integer)
    parseInt (with string integer)
    Number (with string float)
    Unary + (with string float)
    parseInt (with string float)
    Number (with integer)
    Unary + (with integer)
    parseInt (with integer)
    Number (with float)
    Unary + (with float)
    parseInt (with float)
    Number (with NaN)
    Unary + (with NaN)
    parseInt (with NaN)

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Number (with string integer) 4971752.5 Ops/sec
Unary + (with string integer) 7231181.5 Ops/sec
parseInt (with string integer) 5011332.0 Ops/sec
Number (with string float) 3389489.8 Ops/sec
Unary + (with string float) 4284784.0 Ops/sec
parseInt (with string float) 4057670.2 Ops/sec
Number (with integer) 5131971.5 Ops/sec
Unary + (with integer) 7515853.0 Ops/sec
parseInt (with integer) 5101389.5 Ops/sec
Number (with float) 7537500.0 Ops/sec
Unary + (with float) 13998507.0 Ops/sec
parseInt (with float) 7310545.5 Ops/sec
Number (with NaN) 14919694.0 Ops/sec
Unary + (with NaN) 165524832.0 Ops/sec
parseInt (with NaN) 14786940.0 Ops/sec


;