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
<script src="//ajax.googleapis.com/ajax/libs/mootools/1.3/mootools-yui-compressed.js"></script>
<script src="//cloud.github.com/downloads/wycats/handlebars.js/handlebars-1.0.rc.1.js"></script>
<script src="//embeddedjavascript.googlecode.com/svn/trunk/src/ejs.js"></script>
<script src="//mte.null-tech.com/scripts/mte.js"></script>
<script src="//mte.null-tech.com/scripts/mte.observables.js"></script>
<script src="//mte.null-tech.com/scripts/mte.markup.js"></script>
<script id="testEJS" type="text/ejs">
<h1><%= title %></h1>
</script>
<script id="testHandlebars" type="text/x-handlebars-template">
<h1>{{title}}</h1>
</script>
<script id="testMTE" type="text/mte">
<h1 data-bind="title"></h1>
</script>
var data = {
title: "Test title"
};
Ready to run.
Test | Ops/sec | |
---|---|---|
EJS |
| ready |
Handlebars |
| ready |
MTE |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.