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 id="pieGraph"></div>
<script src="http://d3js.org/d3.v3.js" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script src="http://www.amcharts.com/lib/amcharts.js" type="text/javascript"></script>
<script src="http://code.highcharts.com/highcharts.js" type="text/javascript"></script>
<div id="line-amcharts" style="width:800px; height:400px; margin:0 auto;"></div>
<div id="line-highcharts" style="width:800px; height:400px; margin:0 auto;"></div>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<div id="container" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<div id="placeholder" style="width:600px;height:300px;"></div>
<script src="http://people.iola.dk/olau/flot/jquery.flot.js"></script>
<script src="http://sdev007.ucozmedia.com/src/gstoolbar2/js/RGraph.common.core.js"></script>
<script src="http://sdev007.ucozmedia.com/src/gstoolbar2/js/RGraph.pie.js"></script>
<canvas id="myPie" style="width: 400px;height: 300px;padding: 0px; position: relative;"></canvas>
Ready to run.
Test | Ops/sec | |
---|---|---|
D3 |
| ready |
Amchart |
| ready |
HighCharts |
| ready |
RGraph |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.