Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Chrome 122
Linux
Desktop
2 years ago
timestamp = Date.now();
7.8M/s
timestamp = new Date().toISOString();
1.9M/s
View exact numbers
Test name Executions per second
timestamp = Date.now(); 7,768,604 Ops/sec
timestamp = new Date().toISOString(); 1,869,146 Ops/sec
Script Preparation code:
Tests: