From 6345b60ed8b784939c9fbad8148c3e98ba07a013 Mon Sep 17 00:00:00 2001 From: bdistin Date: Thu, 1 Nov 2018 14:44:58 -0500 Subject: clarify benchmark chart units Currently, the Travis chart displays "time" as the y-label of the graph, when in fact the unit is in minutes. (makes this consistent with other y-labels being "seconds") --- website/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/app.js') diff --git a/website/app.js b/website/app.js index 375c6a54b..6bf5194b1 100644 --- a/website/app.js +++ b/website/app.js @@ -247,7 +247,7 @@ export async function drawChartsFromTravisData() { prNumberList, travisCompileTimeColumns, viewPullRequestOnClick(prNumberList), - "time", + "minutes", formatSecsAsMins ); } -- cgit v1.2.3