Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
under test
(version: 0)
under
Comparing performance of:
under vs jquery
Created:
3 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="https://cdn.bootcdn.net/ajax/libs/underscore.js/1.13.3/underscore.min.js"></script>
Script Preparation code:
// Populate the base array var arr = []; for (var i = 0; i < 1000; i++) { arr[i] = i; } function fn(a) { return a * 2 * 5; }
Tests:
under
_.forEach(arr,fn)
jquery
$.each(fn);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
under
jquery
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:
Adnannnn
Adnannnnnnnn
for vs jQuery each
for vs jQuery each 2
uderscorejs (1.13.6) vs jQuery (3.7.1) -- each
Comments
Confirm delete:
Do you really want to delete benchmark?