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
<div class="notification-wrap">
<div class="notification error">
<span></span>
<div class="text">
<p><strong>Lỗi !</strong> .</p>
</div>
</div>
</div>
<div class="notification-wrap">
<div class="notification tip">
<span></span>
<div class="text">
<p><strong>Mẹo Cho Bạn!</strong> .</p>
Nội Dung
</div>
</div>
</div>
<div class="notification-wrap">
<div class="notification secure">
<span></span>
<div class="text">
<p><strong>Bảo Mật!</strong> .</p>
Nội Dung
</div>
</div>
</div>
<div class="notification-wrap">
<div class="notification info">
<span></span>
<div class="text">
<p><strong>Thông Tin!</strong> .</p>
Nội Dung
</div>
</div>
</div>
<div class="notification-wrap">
<div class="notification download">
<span></span>
<div class="text">
<p><strong>Download</strong> .</p>
Nội Dung
</div>
</div>
</div>
<div class="notification-wrap">
<div class="notification message">
<span></span>
<div class="text">
<p><strong>Lời Nhắn </strong> .</p>
Nội Dung
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$('.notification-wrap').each(function(i) {
$(this).attr('id','notification-wrap'+i);
$(this).find('span').attr('id','notification-span'+i);
});
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
"Left to Write" Thinking |
| ready |
"Right to Left" |
| ready |
Alternate "Right to Left" |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.