From: Kienan Stewart Date: Thu, 25 May 2023 14:17:09 +0000 (-0400) Subject: bt benchmark: Collect commits to benchmark into a set X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=73fe8ab44b7018864dad056448057c7b2d1e6050;hp=73fe8ab44b7018864dad056448057c7b2d1e6050;p=lttng-ci.git 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 ---