Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Unused variables
(version: 0)
Comparing performance of:
Without unused variables vs With unused variables
Created:
4 years ago
by:
Guest
Jump to the latest result
Tests:
Without unused variables
function getName(name) { return name; } getName('Emmanuel');
With unused variables
function getName(name, lastName) { return name; } getName('Emmanuel');
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Without unused variables
With unused variables
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:
reassign vs create new
reassign vs create new
reassign vs create new
Passing objects with raw values vs passing new objects with raw values vs passing just raw values vs array of values 2
this vs variable containing this
Comments
Confirm delete:
Do you really want to delete benchmark?