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
Testing on Search Responded
<script src="https://code.jquery.com/jquery.js">
</script>
<script>var jQ17 = jQuery.noConflict();</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>var jQ164 = jQuery.noConflict();</script>
jQ164.fn.filterNode = jQ17.fn.filterNode = function(name){
return this.filter(function(){
return this.nodeName === name;
});
};
jQ164.fn.SPFilterNode = function(name) {
return this.find('*').filter(function() {
return this.nodeName === name;
});
};
var xData = ''
Ready to run.
Test | Ops/sec | |
---|---|---|
nodeName=['Property'] 1.9.1 |
| ready |
z\\:row, row 1.9.1 |
| ready |
z\\:row, row 1.7 |
| ready |
Custom plugin 1.9.1 |
| ready |
Custom plugin 1.7 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.