Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
jquery
(version: 0)
Comparing performance of:
1.8.3 vs 1.9.1 vs 1.12.14 vs 2.2.4 vs 3.2.1 vs 3.3.1 vs 3.4.1 vs 3.5.1 vs 1.7.2
Created:
5 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<div id="idSelector"></div> <div class="classSelector"></div> <ul id="iteration"> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> <div id="cssGetter" style="color: black;"></div> <div id="cssSetter" style="color: black;"></div> <div id="find"> <span></span> <div> <strong></strong> </div> </div> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"> </script> <script> var $jq17 = $.noConflict(true); </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"> </script> <script> var $jq18 = $.noConflict(true); </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> </script> <script> var $jq19 = $.noConflict(true); </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"> </script> <script> var $jq112 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"> </script> <script> var $jq224 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"> </script> <script> var $jq321 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> </script> <script> var $jq331 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"> </script> <script> var $jq341 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"> </script> <script> var $jq351 = $.noConflict(true); </script>
Script Preparation code:
function tests($) { // Filter Next $('#iteration li').filter(':first').next(); // Filter Prev $('#iteration li').filter(':last').prev(); // Non-existant Class $('.someClass'); // Non-existant ID $('#someID'); // Find $('#find').find('strong'); // Set color $('#cssSetter').css('color', 'red'); // Get color $('#cssGetter').css('color'); // Iteration $('#iteration li').each(function(i, e) { i++; }); // Class selector $('.classSelector'); // ID selector $('#idSelector'); }
Tests:
1.8.3
tests($jq18);
1.9.1
tests($jq19);
1.12.14
tests($jq112);
2.2.4
tests($jq224);
3.2.1
tests($jq321);
3.3.1
tests($jq331);
3.4.1
tests($jq341);
3.5.1
tests($jq351);
1.7.2
tests($jq17);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (9)
Previous results
Fork
Test case name
Result
1.8.3
1.9.1
1.12.14
2.2.4
3.2.1
3.3.1
3.4.1
3.5.1
1.7.2
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!
Autogenerated LLM Summary
(model
llama3.2:3b
, generated one year ago):
Let's dive into the data. It appears that we have a list of web browser test results, where each result is represented by an object with several key-value pairs. Here are some observations: 1. **Most recent tests**: The latest four tests (with `TestName` values "3.2.1", "3.3.1", "1.12.14", and "3.5.1") have the highest number of executions per second, with values ranging from 518 to 506. 2. **Most frequent OS**: The operating system is Mac OS X 10.15.6, which appears in all tests except one (with `TestName` "1.7.2"). 3. **Browser consistency**: All tests have the same browser version (14) and Safari engine version (605.1.15). 4. **Device platform**: The device platform is Desktop for all tests. 5. **Most frequent test name**: The most frequent test name is "3.2.1" with 3 occurrences, followed by "3.3.1" with 2 occurrences. Do you have any specific questions about these results or would you like me to help with something else?
Related benchmarks:
Jquery versions Benchmarch
Jquery versions Benchmarch (latest - 3.5.1)
Jquery versions Benchmarch 3.6
Jquery versions Benchmarch Mehman2
Comments
Confirm delete:
Do you really want to delete benchmark?