Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
js vs Umbrella JS 2.7.0 jquery v2.2.4
js vs umbrellajs vs jquery get ID
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0
Browser:
Firefox 143
Operating system:
Windows
Device Platform:
Desktop
Date tested:
7 months ago
Test name
Executions per second
js
5497279.0 Ops/sec
jquery v2.2.4
5123893.0 Ops/sec
umbrella v2.7.0
584507.1 Ops/sec
HTML Preparation code:
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/umbrella/2.7.0/umbrella.min.js"></script> <h1 id="test">Hello World</h3>
Tests:
js
var text = document.getElementById("test");
jquery v2.2.4
var text = jQuery("#test");
umbrella v2.7.0
var text = u("#test");