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 type="text/javascript" src="http://yui.yahooapis.com/combo?3.13.0/yui-base/yui-base-min.js&3.13.0/timers/timers-min.js&3.13.0/promise/promise-min.js&3.13.0/oop/oop-min.js&3.13.0/event-custom-base/event-custom-base-min.js&3.13.0/features/features-min.js&3.13.0/dom-core/dom-core-min.js&3.13.0/dom-base/dom-base-min.js&3.13.0/selector-native/selector-native-min.js&3.13.0/selector/selector-min.js&3.13.0/node-core/node-core-min.js&3.13.0/color-base/color-base-min.js&3.13.0/dom-style/dom-style-min.js&3.13.0/node-base/node-base-min.js&3.13.0/event-base/event-base-min.js"></script>
<script src="http://yui.yahooapis.com/combo?gallery-2013.10.17-22-20/build/gallery-soon/gallery-soon-min.js"></script>
<script src="https://rawgithub.com/petkaantonov/bluebird/master/js/bluebird.js"></script>
<script>
var YPromise = YUI().use('promise').Promise;
var BPromise = Promise;
var count = 100;
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Bluebird |
| ready |
YUI |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.