Add benchmark for CBC branch
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.graph-container {
|
.graph-container {
|
||||||
width: 700px;
|
width: 800px;
|
||||||
height: 340px;
|
height: 400px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ var isSum = true;
|
|||||||
var benchmarks = ['sunspider-1.0.2', 'ubench'];
|
var benchmarks = ['sunspider-1.0.2', 'ubench'];
|
||||||
var measureTypes = ['memory', 'performance'];
|
var measureTypes = ['memory', 'performance'];
|
||||||
var measureUnits = {'memory': 'kb', 'performance': 's'};
|
var measureUnits = {'memory': 'kb', 'performance': 's'};
|
||||||
var engines = ['jerryscript', 'jerryscript-snapshot', 'duktape'];
|
var engines = ['jerryscript', 'jerryscript-snapshot', 'jerryscript_cbc', 'duktape'];
|
||||||
var link_main = {
|
var link_main = {
|
||||||
'jerryscript': 'http://www.jerryscript.net',
|
'jerryscript': 'http://www.jerryscript.net',
|
||||||
'duktape': 'http://duktape.org'
|
'duktape': 'http://duktape.org'
|
||||||
@@ -191,7 +191,7 @@ $(document).ajaxStop(function () {
|
|||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
bold: true
|
bold: true
|
||||||
},
|
},
|
||||||
legend: { position: 'bottom' },
|
legend: { position: 'bottom', alignment: 'vertical' },
|
||||||
backgroundColor: '#f8f8f8',
|
backgroundColor: '#f8f8f8',
|
||||||
hAxis: {
|
hAxis: {
|
||||||
title: 'Date',
|
title: 'Date',
|
||||||
|
|||||||
Reference in New Issue
Block a user