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
without pre-complied
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<script src="https://raw.github.com/twitter/hogan.js/master/web/builds/1.0.3/hogan.min.js">
</script>
<script src="http://documentcloud.github.com/underscore/underscore.js">
</script>
<script src="http://github.com/hij1nx/JUP/raw/master/lib/jup.js">
</script>
<script src="http://github.com/janl/mustache.js/raw/master/mustache.js">
</script>
<script src="https://github.com/downloads/paul/handlebars.js/handlebars.js">
</script>
<script src="http://gist.github.com/raw/550881/29bb186167079c0b33ab6e9d50d779f37860cfa4/micro.js">
</script>
<script src="http://github.com/creationix/haml-js/raw/master/lib/haml.js">
</script>
<script src="http://chrisdickinson.github.com/plate/plate.min.js">
</script>
<script src="http://gist.github.com/raw/550723/12d176698628e30a1df398c7ac7aea93924e1294/jade.js">
</script>
<script src="http://jashkenas.github.com/coffee-script/extras/coffee-script.js">
</script>
<script src="http://sstephenson.github.com/eco/dist/eco.js">
</script>
<script src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js">
</script>
<script src="https://github.com/olado/doT/raw/master/doT.js">
</script>
<script src="https://github.com/olado/doT/raw/master/doU.js">
</script>
<script src="http://github.com/aefxx/jQote2/raw/69b2053a13f5f180e696de9b3dba856a3c00678c/jquery.jqote2.js">
</script>
<script src="https://raw.github.com/gist/3f496351d1c8df5e6769/a418af9316462565fa568c5107a6baa51b196649/fast.js">
</script>
<script>
window.sharedVariables = {
header: "Header",
header2: "Header2",
header3: "Header3",
header4: "Header4",
header5: "Header5",
header6: "Header6",
list: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']
};
</script>Ready to run.
| Test | Ops/sec | |
|---|---|---|
| Mustache.js Template | | ready |
| Resig Micro-Templating. | | ready |
| Creationix's Haml-js Template | | ready |
| Jade Template | | ready |
| JUP Template | | ready |
| Underscore.js Template | | ready |
| Eco Template | | ready |
| jQuery Templates | | ready |
| Handlebars.js | | ready |
| doT.js | | ready |
| doU.js | | ready |
| jQote2 direct | | ready |
| plate template | | ready |
| fasttpl | | ready |
| hogan.js | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.