<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"><script>
<script>jQuery.noConflict();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.5/cash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/blissfuljs/1.0.6/bliss.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/umbrellajs"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<div id="foo">Hello World</div>
var text = document.getElementById("foo");
var text = u("#foo").text();
var text = u("#foo");
var text = Bliss("#foo").htmlContent;
var text = Bliss("#foo").textContent;
var text = Bliss("#foo");
var text = Zepto("#foo").html();
var text = Zepto("#foo").text();
var text = Zepto("#foo");
var text = u("#foo").html();
var text = jQuery("#foo").html();
var text = jQuery("#foo");
var text = $("#foo").html();
var text = $("#foo").text();
var text = $("#foo");
var text = document.getElementById("foo").innerHTML;
var text = document.getElementById("foo").textContent;
var text = document.querySelectorAll("#foo");
var text = document.querySelector("#foo");
var text = jQuery("#foo").text();
var text = Ext.get('foo');
--enable-precise-memory-info
flag.
Test case name | Result |
---|---|
Vanilla Get ID | |
Umbrella Get Text | |
Umbrella Get ID | |
Bliss Get HTML | |
Bliss Get Text | |
Bliss Get ID | |
Zepto Get HTML | |
Zepto Get Text | |
Zepto Get ID | |
Umbrella Get HTML | |
jQuery Get HTML | |
jQuery Get ID | |
Cash Get HTML | |
Cash Get Text | |
Cash Get ID | |
Vanilla Get HTML | |
Vanilla Get Text | |
Vanilla Get ID (QuerySelectorAll) | |
Vanilla Get ID (QuerySelector) | |
jQuery Get Text | |
Ext Get ID |
Test name | Executions per second |
---|---|
Vanilla Get ID | 6323514.5 Ops/sec |
Vanilla Get ID (QuerySelector) | 2474703.5 Ops/sec |
Vanilla Get ID (QuerySelectorAll) | 1004200.8 Ops/sec |
Vanilla Get Text | 4831277.5 Ops/sec |
Vanilla Get HTML | 4437310.0 Ops/sec |
Cash Get ID | 2785855.8 Ops/sec |
Cash Get Text | 1444241.4 Ops/sec |
Cash Get HTML | 1749165.2 Ops/sec |
jQuery Get ID | 4763000.5 Ops/sec |
jQuery Get Text | 2995543.0 Ops/sec |
jQuery Get HTML | 2444497.8 Ops/sec |
Zepto Get ID | 3854925.0 Ops/sec |
Zepto Get Text | 1678408.9 Ops/sec |
Zepto Get HTML | 3670433.0 Ops/sec |
Bliss Get ID | 1523206.4 Ops/sec |
Bliss Get Text | 1614250.8 Ops/sec |
Bliss Get HTML | 1764975.8 Ops/sec |
Umbrella Get ID | 408107.3 Ops/sec |
Umbrella Get Text | 365407.0 Ops/sec |
Umbrella Get HTML | 341422.9 Ops/sec |
Ext Get ID | 2946293.5 Ops/sec |
It seems like you're sharing data from a browser performance testing framework, likely Selenium or similar tool. I'll provide an answer based on the provided JSON data.
The data appears to represent various test cases across different browsers and devices. Here's a summary of the top 5 results for each test name:
Test Name: "jQuery Get HTML"
Test Name: "Bliss Get HTML"
Test Name: "Cash Get Text"
Test Name: "Zepto Get Text"
Test Name: "Bliss Get Text"
Test Name: "Vanilla Get ID (QuerySelectorAll)"
Test Name: "Umbrella Get ID"
Test Name: "Umbrella Get Text"
Test Name: "Umbrella Get HTML"
Please note that these results are based on the provided data and might not reflect real-world performance differences between browsers and devices.