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://cdn.kendostatic.com/2012.2.621/js/kendo.all.min.js"></script>
<a id="unobtrusive" href="javascript:void(0)" >Unobtrusive</a>
<a id="obtrusivenotkendo" onclick="fired()" href="javascript:void(0)">Unobtrusive</a>
<a id="obtrusive" href="javascript:void(0)" data-click="fired()">Obtrusive</a>
<script>
var unob= document.getElementById('unobtrusive');
var ob= document.getElementById('obtrusive');
var obntkendo=document.getElementById('obtrusivenotkendo');
$('#unobtrusive').click(fired());
function fired(){
alert('fired.')
}
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
kendo |
| ready |
unobtrusive |
| ready |
obstrusive not kendo |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.