| Index: utils/tests/string_encoding/benchmark_runner.dart
|
| diff --git a/utils/tests/string_encoding/benchmark_runner.dart b/utils/tests/string_encoding/benchmark_runner.dart
|
| index 514e87e91ff49794b97662c5d1db88df306804e3..0463030308a03a0f6fb2b6333d0d1642ffd7f6d8 100644
|
| --- a/utils/tests/string_encoding/benchmark_runner.dart
|
| +++ b/utils/tests/string_encoding/benchmark_runner.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of BenchmarkTests;
|
| +
|
| /**
|
| * The results of a single block of tests (count times run, overall time).
|
| */
|
|
|