Add benchmark for CBC branch

This commit is contained in:
Hanjoung Lee
2016-02-01 15:42:44 +09:00
parent 9166d919d9
commit 71729f6582
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
.graph-container {
width: 700px;
height: 340px;
width: 800px;
height: 400px;
display: inline-block;
}
+2 -2
View File
@@ -59,7 +59,7 @@ var isSum = true;
var benchmarks = ['sunspider-1.0.2', 'ubench'];
var measureTypes = ['memory', 'performance'];
var measureUnits = {'memory': 'kb', 'performance': 's'};
var engines = ['jerryscript', 'jerryscript-snapshot', 'duktape'];
var engines = ['jerryscript', 'jerryscript-snapshot', 'jerryscript_cbc', 'duktape'];
var link_main = {
'jerryscript': 'http://www.jerryscript.net',
'duktape': 'http://duktape.org'
@@ -191,7 +191,7 @@ $(document).ajaxStop(function () {
fontSize: 20,
bold: true
},
legend: { position: 'bottom' },
legend: { position: 'bottom', alignment: 'vertical' },
backgroundColor: '#f8f8f8',
hAxis: {
title: 'Date',