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

Commit cb901abe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix ManualBenchmarkState iteration unit" into tm-dev am: 1c51fb46

parents c2836bd0 1c51fb46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ public final class ManualBenchmarkState {

    private void fillStatus(Bundle status, String key, Stats stats) {
        if (shouldReport(StatsReport.FLAG_ITERATION)) {
            status.putLong(key + "_iteration (ns)", stats.getSize());
            status.putLong(key + "_iteration", stats.getSize());
        }
        if (shouldReport(StatsReport.FLAG_MEDIAN)) {
            status.putLong(key + "_median (ns)", stats.getMedian());