Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Date time performance
Comparing performance of time
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36
Browser:
Chrome Mobile 141
Operating system:
Android
Device Platform:
Mobile
Date tested:
6 months ago
Test name
Executions per second
Date.now()
3209822.2 Ops/sec
Date gettime
2550396.2 Ops/sec
Unary
2055301.9 Ops/sec
Script Preparation code:
var timestamp = null
Tests:
Date.now()
timestamp = Date.now();
Date gettime
timestamp = new Date().getTime();
Unary
timestamp = +new Date()