Skip to content

Commit

Permalink
Merge branch 'issue/2677' of github.com:ooni/probe-cli into issue/2677
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 12, 2024
2 parents fb4156c + c86ed33 commit 09efdc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/minipipeline/sorting.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func SortTLSHandshakeResults(
sort.SliceStable(outputs, func(i, j int) bool {
left, right := outputs[i], outputs[j]

// we sort by endpoint address to significantly reduce the churn
if left.Address < right.Address {
return true
}
Expand Down

0 comments on commit 09efdc0

Please sign in to comment.