From 397327bdeb03d49532316d8ad760a78a42220075 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sat, 7 Aug 2021 23:59:20 +1000 Subject: [PATCH] Improve graph label --- bench/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/graph.js b/bench/graph.js index b455930..0535db3 100644 --- a/bench/graph.js +++ b/bench/graph.js @@ -76,7 +76,7 @@ const combinedChartOptions = () => ({ { id: 'y1', type: 'linear', - scaleLabel: {display: true, fontSize: 22, fontColor: COLOUR_SPEED_PRIMARY, fontStyle: 'bold', labelString: 'Average relative op/s'}, + scaleLabel: {display: true, fontSize: 22, fontColor: COLOUR_SPEED_PRIMARY, fontStyle: 'bold', labelString: 'Average performance'}, position: 'left', ticks: { callback: "$$$_____REPLACE_WITH_TICK_CALLBACK_____$$$",