Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
rt15r156we1r5wqeq
(version: 0)
Comparing performance of:
1 vs 2
Created:
2 years ago
by:
Guest
Jump to the latest result
Tests:
1
const options = { hour: '2-digit', minute: '2-digit', hour12: true, }; const times = []; const date = new Date(); const minute = (1000 * 60 * 30) / 60_000; const len = Math.floor(14400 / minute); let i = 0; while (i <= len) { times.push(date.toLocaleTimeString(undefined, options)); date.setMinutes(date.getMinutes() + minute); i++; }
2
const options = { hour: '2-digit', minute: '2-digit', hour12: true, }; const times = []; const date = new Date(); const minute = (1000 * 60 * 30) / 60_000; const len = Math.floor(14400 / minute); for (let i = 0; i <= len; i++) { times.push(date.toLocaleTimeString(undefined, options)); date.setMinutes(date.getMinutes() + minute); }
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
1
2
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
dataset vs jquery data
dataset vs getAttribute vs. jquery data
(ColorfulCakeChen) CNN Channel Shuffler (50c1b285ff7c7f8c656c388365b4043528642d6b) 98
(ColorfulCakeChen) CNN Channel Shuffler: ConcatGatherUnsorted (50c1b285ff7c7f8c656c388365b4043528642d6b) 16
ID vs Class Speed
Comments
Confirm delete:
Do you really want to delete benchmark?