Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Spread vs mergeLeft
(version: 0)
Comparing performance of:
Spread vs MergeLeft
Created:
2 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<script src='https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js'></script>
Tests:
Spread
const a = { a: 1, b: 2 }; const b = { b: 3, c: 4 }; const c = { ...a, ...b };
MergeLeft
const a = { a: 1, b: 2 }; const b = { b: 3, c: 4 }; const c = R.mergeLeft(a, b);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Spread
MergeLeft
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?