Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
My Bench
(version: 0)
Comparing performance of:
k1 vs k2 vs k3
Created:
5 years ago
by:
Guest
Jump to the latest result
Tests:
k1
Array(100000).fill().map((_, x) => x+1);
k2
Array.from({length: 100000}, (x, i) => i+1);
k3
Array.from(Array(100000), (x, i) => i+1);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
k1
k2
k3
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:
Testerinho
closure vs classes js
Destructuring assignment vs Set iterator
totalQuantitiesCount
totalQuantitiesCount 2
Comments
Confirm delete:
Do you really want to delete benchmark?