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
Updated the test to not add to innerHTML nor depend on jQuery as it might infringe on the real performance.
<script src="//goo.gl/OCK7V"></script>
<script src="https://raw.github.com/janl/mustache.js/master/mustache.js"></script>
var context = {
messages: [
{ greeting: "Hello", subject: "World" },
{ greeting: "What's up", subject: "Dan" },
{ greeting: "How's it going", subject: "Ben?" },
{ greeting: "Hello", subject: "World" },
{ greeting: "What's up", subject: "Dan" },
{ greeting: "How's it going", subject: "Ben?" },
{ greeting: "Hello", subject: "World" },
{ greeting: "What's up", subject: "Dan" },
{ greeting: "How's it going", subject: "Ben?" },
{ greeting: "Hello", subject: "World" }
],
"citation": function() {
return {
authorName: "Dan Gilbert",
year: "2011"
};
}
};
Ready to run.
Test | Ops/sec | |
---|---|---|
Rendering with Mustache |
| ready |
Rendering with Hogan.js (uncompiled) |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.