Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Current minute comparison
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0
Browser:
Firefox 138
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
new Date.getUTCMinutes()
9268214.0 Ops/sec
Date.now()
13309527.0 Ops/sec
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
let minutes = null;
Tests:
new Date.getUTCMinutes()
minutes = new Date().getUTCMinutes();
Date.now()
minutes = Math.round(Date.now() / 60000);