Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Test parameter object
(version: 0)
Comparing performance of:
Without parameter object vs with paramenter object
Created:
one year ago
by:
Guest
Jump to the latest result
Script Preparation code:
const number1 = 1; const number2 = 2; const number3 = 3; const f1 = (a, b, c) => a + b + c; const f2 = ({a, b, c}) => a + b + c;
Tests:
Without parameter object
f1(number1, number2, number 3);
with paramenter object
f2({a: number1, b: number2, c: number3})
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Without parameter object
with paramenter object
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?