diff --git a/benchmark/website/source/utils.js b/benchmark/website/source/utils.js index 3c078e1..b14b60e 100644 --- a/benchmark/website/source/utils.js +++ b/benchmark/website/source/utils.js @@ -73,7 +73,7 @@ function buildChart(ctx, bare_data) { scaleLabel: {display: true, labelString: 'Render time (sec)'}, ticks: {min: 0, - max: Math.ceil(max_value * 1.25)}}]}, + max: Math.ceil((max_value + 99) / 100) * 100}}]}, tooltips: {// mode: 'index', callbacks: { footer: function(tooltipItems, data) {