Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
Umbrella vs Jquerry
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0
Browser:
Firefox 148
Operating system:
Linux
Device Platform:
Desktop
Date tested:
6 months ago
Benchmark engine:
Benchmark.js
jquerry
6.1M/s
Umbrella
596K/s
View exact numbers
Test name
Executions per second
✓
jquerry
6,101,716 Ops/sec
Umbrella
596,377 Ops/sec
HTML Preparation code:
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/umbrellajs"></script> <div id="test">Test</div>
Tests:
jquerry
var test = $("#test")
Umbrella
var test = u("#test")