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="http://xymostech.com/katex/katex.min.css" rel="stylesheet" type="text/css">
<link href="http://xymostech.com/katex/fonts/fonts.css" rel="stylesheet" type="text/css">
<script src="http://xymostech.com/katex/katex.min.js"></script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script>
MathJax.Hub.Config({skipStartupTypeset: true});
MathJax.Hub.Configured();
</script>
<div id="math"></div>
var math = document.getElementById("math");
var formula = "\\dfrac{-b \\pm \\sqrt{b^2 - 4ac}}{2a}";
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.