mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -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:
parent
ec17239f46
commit
6345b60ed8
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ export async function drawChartsFromTravisData() {
|
||||||
prNumberList,
|
prNumberList,
|
||||||
travisCompileTimeColumns,
|
travisCompileTimeColumns,
|
||||||
viewPullRequestOnClick(prNumberList),
|
viewPullRequestOnClick(prNumberList),
|
||||||
"time",
|
"minutes",
|
||||||
formatSecsAsMins
|
formatSecsAsMins
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue