jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
which is faster
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="tuna1">I like Tuna Fish</div>
<div id="tuna2">I like Tuna Fish</div>
<div id="tuna3">I like Tuna Fish</div>
<div id="tuna4">I like Tuna Fish</div>
<div id="tuna5">I like Tuna Fish</div>
<div id="tuna6">I like Tuna Fish</div>
<div id="tuna7">I like Tuna Fish</div>
<div id="tuna">I like Tuna Fish</div>
</body>
</html>
Ready to run.
Test | Ops/sec | |
---|---|---|
Lookup by ID selector |
| ready |
Lookup by Attribute Selector |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.