Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
This is measure for an array
(version: 0)
Comparing performance of:
how fast vs 0ne more
Created:
one year ago
by:
Guest
Jump to the latest result
Script Preparation code:
const abcd = []; const a = { name: 'name 1', income: 123, gap: 500, gapProportion: 0.2 }; const b = { name: 'name 1', income: 123, gap: 500, gapProportion: 0.2 }; const c = { name: 'name 1', income: 123, gap: 500, gapProportion: 0.2 }; const d = { name: 'name 1', income: 123, gap: 500, gapProportion: 0.2 };
Tests:
how fast
abcd.push(a); abcd.push(b); abcd.push(c); abcd.push(d);
0ne more
abcd.push(a); abcd.push(b); abcd.push(c); abcd.push(d);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
how fast
0ne more
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!
Comments
Confirm delete:
Do you really want to delete benchmark?