Script Preparation code:
Tests:
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    timestamp = Date.now();
    timestamp = new Date().toISOString();

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15
Safari 26 on Mac OS X 10.15.7
View result in a separate tab
timestamp = Date.now();
36.2M/s
timestamp = new Date().toISOString();
9.8M/s
View exact numbers
Test name Executions per second
timestamp = Date.now(); 36,152,848 Ops/sec
timestamp = new Date().toISOString(); 9,793,853 Ops/sec