Run details:
Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36
Chrome 93
Chrome OS 14092.77.0
Desktop
3 years ago
Test name Executions per second
Math.round 794158.1 Ops/sec
ToFixed() 765313.6 Ops/sec
Script Preparation code:
AخA
 
var a = 1234;
var b = 77
Tests:
  • Math.round

     
    Math.round(a/b * 10)/10
  • ToFixed()

     
    (a/b).toFixed(1)