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 type="text/javascript" src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="http://localhost/ig_ui13.2/js/infragistics.util.js"></script>
<script src="http://localhost/ig_ui13.2/js/infragistics.ext.js"></script>
<script src="http://localhost/ig_ui13.2/js/infragistics.dv.shared.js"></script>
<script src="http://localhost/ig_ui13.2/js/infragistics.radialgauge.js"></script>
<script src="http://localhost/ig_ui13.2/js/infragistics.ui.radialgauge.js"></script>
<div id="radialGauge1"></div>
<div id="radialGauge2"></div>
$("#radialGauge1").igRadialGauge({
width: "400px",
height: "400px",
value: 50,
enableSVGRendering: true
});
$("#radialGauge1").igRadialGauge("flush");
$("#radialGauge2").igRadialGauge({
width: "400px",
height: "400px",
value: 50
});
$("#radialGauge2").igRadialGauge("flush");
var i = 1;
var j = 1;
Ready to run.
Test | Ops/sec | |
---|---|---|
SVG |
| ready |
Canvas |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.