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="//rawgit.com/joelburget/hubble/raw/lens.js"></script>
<script src="//cdn.rawgit.com/lodash/lodash/b7d5ddab6bf9bbc5b7ffe1b45656145c12f6a1ab/dist/lodash.js"></script>
var testItem = {
options: {
startX: "-5",
startY: "5",
endX: "5",
endY: "5",
color: "black",
strokeDasharray: "",
arrows: "",
strokeWidth: 2,
info: {
box: [400, 400],
labels: ["x", "y"],
range: [[-10, 10], [-10, 10]],
tickStep: [1, 1],
gridStep: [1, 1],
markings: "graph"
}
},
};
var testData = _.times(7, function() { return testItem; });
var newProps = {
"learning": "enhanced",
"engagement": "so engaged"
};
Ready to run.
Test | Ops/sec | |
---|---|---|
lens |
| ready |
lodash |
| ready |
json |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.