diff --git a/benchmark/benchmark.css b/benchmark/benchmark.css index b03dd1607..83f35a07f 100644 --- a/benchmark/benchmark.css +++ b/benchmark/benchmark.css @@ -1,6 +1,6 @@ .graph-container { - width: 700px; - height: 340px; + width: 800px; + height: 400px; display: inline-block; } diff --git a/benchmark/benchmark.js b/benchmark/benchmark.js index 3a36a5d3e..858da8196 100644 --- a/benchmark/benchmark.js +++ b/benchmark/benchmark.js @@ -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',