Skip to content

Commit

Permalink
Disable mode for perfunit tests in sidebar (it's not enabled yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 5, 2024
1 parent 29cbf84 commit 8237e20
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ function getInfo(params: CallbackDataParams, valueUnit: ValueUnit, accidents: Re
machineName = dataSeries[4] as string
projectName = dataSeries[6] as string
branch = dataSeries[7] as string
mode = dataSeries[8] as string
if (dbType == DBType.INTELLIJ_DEV) {
mode = dataSeries[8] as string
}
}
if (dbType == DBType.FLEET || dbType == DBType.STARTUP_TESTS) {
metricName = dataSeries[2] as string
Expand Down

0 comments on commit 8237e20

Please sign in to comment.