Fix violations of lints that I expect have no influence on the
performance characteristics of this benchmark:
* directives_ordering
Change-Id: I3aa77c9351507a54dfb1b5e3a8295cea3fc66540
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/433269
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Ömer Ağacan <omersa@google.com>
Golem config expects RunTimeRaw metric (as we want to see not runs per
second but a more meaningful benchmark, i.e. how much transferring 1KB
of data takes)
=> Golem cannot just display it in different form, we have to make the
benchmark report it also as RunTimeRaw.
=> This CL should fix the golem benchmarks.
Change-Id: I91301930941986771eb0725fd0d85424bb07dc3a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372640
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>