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://rawgit.com/jbedard/463bd93237fe177b2658/raw/d219cb5c4fc4f291bcaf1b23d752bfdfb750c6d7/gistfile1.js"></script>
<script>
window.jq14839 = jQuery.noConflict(true);
</script>
<script src="https://rawgit.com/jbedard/6b055c14169866696a3f/raw/5d0ec4744aab2bef6bc47aea47db7b00bffd5034/jquery-2.1+.js"></script>
<script>
var testDOM = document.createElement("div");
for (var i=0; i<10; i++) {
testDOM.appendChild(document.createElement("span"));
}
</script>
this.a = jQuery(testDOM.cloneNode(true)),
this.b = jq14839(testDOM.cloneNode(true))
Ready to run.
Test | Ops/sec | |
---|---|---|
defineProperties |
| ready |
assign |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.