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
<link href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.css" rel="stylesheet" type="text/css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.js"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?delayStartupUntil=configured"></script>
<script>
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
extensions: [],
TeX: {
extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]
},
"HTML-CSS": {
showMathMenu: false,
},
messageStyle: "none"
});
MathJax.Hub.Configured();
</script>
<div id="math"></div>
var math = document.getElementById("math");
var formula = "\\dfrac{-b \\pm \\sqrt{b^2 - 4ac}}{2a} S( q) = \int_a^b L(t, q(t), q'(t))\, {d}t";
math.innerHTML = "";
Ready to run.
Test | Ops/sec | |
---|---|---|
KaTeX |
| ready |
MathJax |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.