Skip to content

Commit

Permalink
Sorted benchmark builds ascending by name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tischner committed Aug 24, 2020
1 parent 1847a64 commit 31ff333
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public static void main(final String[] args) throws IOException {
.filter(Files::isDirectory)
.map(Path::getFileName)
.map(Path::toString)
.sorted()
.collect(Collectors.toList());

List<Map.Entry<String, String>> buildsToCompare = new ArrayList<>();
Expand Down

0 comments on commit 31ff333

Please sign in to comment.