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://dl.dropbox.com/u/3531958/popcorn.js"></script>
<video id='video' style="width:300px;"
controls
poster="http://media.w3.org/2010/05/sintel/poster.png">
<source id='mp4'
src="http://media.w3.org/2010/05/sintel/trailer.mp4"
type='video/mp4; codecs="avc1, mp4a"'>
<source id='ogv'
src="http://media.w3.org/2010/05/sintel/trailer.ogv"
type='video/ogg; codecs="theora, vorbis"'>
<p>Your user agent does not support the HTML5 Video element.</p>
</video>
<script>
var $pop = {
A: Popcorn("#video").video,
B: Popcorn("#video")
};
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
native handler |
| ready |
managed handler |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.