Script Preparation code:
AخA
 
var number = 127.189490
Tests:
  • toFixed

     
    number.toFixed(3)
  • Intl

     
    new Intl.NumberFormat('en-GB', { maximumFractionDigits: 3 }).format(number)
  • EPSILON

     
    Math.round((number + Number.EPSILON) * 100) / 100
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    toFixed
    Intl
    EPSILON

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15
Safari 17 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
toFixed 18754254.0 Ops/sec
Intl 54005.3 Ops/sec
EPSILON 305514656.0 Ops/sec