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:
parent
ec17239f46
commit
6345b60ed8
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ export async function drawChartsFromTravisData() {
|
|||
prNumberList,
|
||||
travisCompileTimeColumns,
|
||||
viewPullRequestOnClick(prNumberList),
|
||||
"time",
|
||||
"minutes",
|
||||
formatSecsAsMins
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue