Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Empty vs If
(version: 0)
Check the performance of an empty function call vs an if statement
Comparing performance of:
If check vs Empty function
Created:
one year ago
by:
Guest
Jump to the latest result
Script Preparation code:
const args = ['A', {}]; const debug = false; const logDebug= () => {};
Tests:
If check
if(debug) { logDebug(args) }
Empty function
logDebug(args)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
If check
Empty function
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?