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='http://documentcloud.github.com/underscore/underscore.js'></script>
<script src='http://documentcloud.github.com/backbone/backbone-min.js'></script>
<script src='http://a.tbcdn.cn/s/kissy/1.2.0/kissy-min.js'></script>
<script src='http://code.jquery.com/jquery-1.7.2.min.js'></script>
<script src='https://a.alipayobjects.com/seajs/1.3.1/sea.js'></script>
<script src='https://a.alipayobjects.com/arale/events/1.0.0/events.js'></script>
<script>
seajs.use('arale/events/1.0.0/events', function(events) {
seajs.Events = events;
});
</script>
bb = _.extend({}, Backbone.Events);
ks = _.extend({}, KISSY.Event.Target);
jq = $({});
ar = new seajs.Events();
function f(){
return Math.random();
}
function g(){
return Math.random();
}
Ready to run.
Test | Ops/sec | |
---|---|---|
arale |
| ready |
kissy |
| ready |
jquery |
| ready |
backbone |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.