Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d641e0e authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Modify AvgRuntimePerUiTracingSlice to use median instead of mean

Flag: TEST_ONLY
Bug: 416488773
Change-Id: I585a389469b14326477cbe3ffd23c9cdc027673d
parent 6cf83a68
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@ metric_spec: {
      column_names: "slice_name"
      aggregates: {
        column_name: "dur"
        # TODO (b/416488773): Change this to MEDIAN to be more robust against outliers
        op: MEAN
        op: MEDIAN
        result_column_name: "avg_runtime"
      }
    }