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
This benchmark tests the performance of BULL, JQuery and SeXHR.
I was told that SeXHR is very small and smart and thus very fast. This test proves, once again, that BULL is faster than any other AJAX library.
<script src="//doknow.me/bull-min.js"></script>
<script src="//doknow.me/SeXHR.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
var my_bull = new bull();
var xhr = new sexhr;
Ready to run.
Test | Ops/sec | |
---|---|---|
BULL 12.2 |
| ready |
JQuery (Final) |
| ready |
SeXHR 1.7.1 |
| ready |
jq |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.