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="https://rawgithub.com/NobleJS/setImmediate/master/setImmediate.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/dojo/1/dojo/dojo.xd.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/q.js/0.9.2/q.min.js">
</script>
<script src="https://code.jquery.com/jquery-2.1.3.min.js">
</script>
<script src="https://medyk.org/deferred.js">
</script>
<script>
window.define = function(factory) {
try {
delete window.define;
} catch (e) {
window.define = void 0;
} // IE
window.when = factory();
};
window.define.amd = {};
</script>
<script src="https://calvinmetcalf.github.io/promise-jsperf/javascripts/when.js">
</script>
<script src="https://calvinmetcalf.github.io/promise-jsperf/javascripts/rsvp.js">
</script>
<script src="https://calvinmetcalf.github.io/promise-jsperf/javascripts/promiscuous.js">
</script>
<script src="https://rawgithub.com/JeanHuguesRobert/l8/master/lib/whisper.js">
</script>
<script>
if (typeof(require) == 'undefined') {
require = null;
}
exports = {};
</script>
<script src="https://rawgithub.com/kriszyp/promised-io/master/promise.js">
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Native Promise |
| ready |
when |
| ready |
jquery |
| ready |
RSVP |
| ready |
q |
| ready |
dojo |
| ready |
deferred |
| ready |
Parole |
| ready |
Promise/kriszyp |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.