f986ec4ed8
Previously, the 'slowest requests' flag would only track and print the slowest 5 requests for each category. But this ends up printing many requests which are not slow at all, and are perfectly reasonable. It is more interesting to print the slowest results, those in the 90th percentile. The limit is set to 100. This is to set a limit on serialization in the map/reduce system, and a limit on printing to stdout. Change-Id: I31fde906e227ea195ec25d8c9c2d92569ceb72b7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241865 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>