Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15
Safari 15
Mac OS X 10.15.7
Desktop
one year ago
Test name Executions per second
myFloat.toFixed(2) 1199535.5 Ops/sec
myFloat.toPrecision(2) 1188821.2 Ops/sec
Math.round(myFloat*100.0)/100.0 981822.9 Ops/sec
Bitwise: signed round ± to 2 places 1311896.2 Ops/sec
Bitwise: UNsigned round ± to 2 places 1830831.5 Ops/sec
myFloat.toFixed(0) 1209413.4 Ops/sec
Math.round() 992171.1 Ops/sec
Bitwise: signed round ± to int 1293897.1 Ops/sec
Bitwise: UNsigned round ± to int 1832961.4 Ops/sec
Math.floor() round down 980852.2 Ops/sec
Math.trunc() round toward zero 965362.1 Ops/sec
Bitwise: round toward zero 1766974.5 Ops/sec
Script Preparation code:
Tests:
  • myFloat.toFixed(2)

  • myFloat.toPrecision(2)

  • Math.round(myFloat*100.0)/100.0

  • Bitwise: signed round ± to 2 places

  • Bitwise: UNsigned round ± to 2 places

  • myFloat.toFixed(0)

  • Math.round()

  • Bitwise: signed round ± to int

  • Bitwise: UNsigned round ± to int

  • Math.floor() round down

  • Math.trunc() round toward zero

  • Bitwise: round toward zero


;