# HG changeset patch # User Pierre-Yves David # Date 2022-06-03 15:39:58 # Node ID 87a3f43b9dc2c0419bacc8090ef600eac1450b89 # Parent 395f28064826493f4fa6efbd7504b0912f11cedd search-discovery-case: update documentation of a function We return data, it is simpler when we know what these data means. diff --git a/contrib/perf-utils/search-discovery-case b/contrib/perf-utils/search-discovery-case --- a/contrib/perf-utils/search-discovery-case +++ b/contrib/perf-utils/search-discovery-case @@ -142,7 +142,14 @@ def interesting_boundary(res): Ideally, we would make this configurable, but this is not a focus for now - return None or (round-trip, undecided-common, undecided-missing) + return None or ( + round-trip, + undecided-common, + undecided-missing, + total-revs, + common-revs, + missing-revs, + ) """ roundtrips = res["total-roundtrips"] if roundtrips <= 1: