1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

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")
This commit is contained in:
bdistin 2018-11-01 14:44:58 -05:00 committed by Ryan Dahl
parent ec17239f46
commit 6345b60ed8

View file

@ -247,7 +247,7 @@ export async function drawChartsFromTravisData() {
prNumberList,
travisCompileTimeColumns,
viewPullRequestOnClick(prNumberList),
"time",
"minutes",
formatSecsAsMins
);
}