Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0
Firefox 133
Windows
Desktop
5 months ago
Test name Executions per second
Number 123785592.0 Ops/sec
parseInt 643668416.0 Ops/sec
Script Preparation code:
x
 
function test1() {
 return Number(1) 
}
function test2() {
 return parseInt(1) 
}
Tests:
  • Number

     
    test1();
  • parseInt

     
    test2();