# HG changeset patch # User Pierre-Yves David # Date 1654270798 -7200 # 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 -r 395f28064826 -r 87a3f43b9dc2 contrib/perf-utils/search-discovery-case --- a/contrib/perf-utils/search-discovery-case Sun May 22 03:50:34 2022 +0200 +++ b/contrib/perf-utils/search-discovery-case Fri Jun 03 17:39:58 2022 +0200 @@ -142,7 +142,14 @@ 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: