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

Commit f350b7af authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix doing preroll for postroll" into main

parents 59dad11f f67a6e81
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -302,7 +302,7 @@ class Runner():
                self._dist(utils.get_dist_dir())
                self._dist(utils.get_dist_dir())
            else:
            else:
                # Postroll builds
                # Postroll builds
                for i in range(benchmark.preroll):
                for i in range(benchmark.postroll):
                    ns = self._run_build(lunch, benchmark_log_dir.joinpath(f"post_{i}"),
                    ns = self._run_build(lunch, benchmark_log_dir.joinpath(f"post_{i}"),
                                         benchmark.modules)
                                         benchmark.modules)
                    report.postroll_duration_ns.append(ns)
                    report.postroll_duration_ns.append(ns)