bt benchmark: Collect commits to benchmark into a set
authorKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 14:17:09 +0000 (10:17 -0400)
committerKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 15:40:18 +0000 (11:40 -0400)
commit73fe8ab44b7018864dad056448057c7b2d1e6050
tree9487fdad4eb59a048b2d7c018753481315e85061
parentf60ee0576be226373ee735b93901516cd54af7e5
bt benchmark: Collect commits to benchmark into a set

By collecting the the commits in to a set, we can give an indication
in the test runner how many jobs are going to be generated and
the overall progress of the lava job submissions.

The same commit hash may be present in multiple branches, using a set
prevents double checking the same hash twice.

Change-Id: I38a297f4147e4055d40cc462d0fdd7b10df88f46
scripts/babeltrace-benchmark/benchmark.py
This page took 0.023817 seconds and 4 git commands to generate.