Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
xxxsdfsldfhsldfhskdlf;hsdlkf;
(version: 0)
Comparing performance of:
one vs two
Created:
3 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
var x = 1;
Tests:
one
x = x + 1; console.log(x);
two
x += 1; console.log(x);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
one
two
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:
Lodash _.some vs _.includes
Lodash _.some vs _.includes vs array.find
Lodash vs vanila 2
Test Object
lodash _.some vs Array.some
Comments
Confirm delete:
Do you really want to delete benchmark?