| Index: runtime/vm/benchmark_test.cc
|
| ===================================================================
|
| --- runtime/vm/benchmark_test.cc (revision 37090)
|
| +++ runtime/vm/benchmark_test.cc (working copy)
|
| @@ -394,7 +394,7 @@
|
| }
|
|
|
|
|
| -BENCHMARK(CoreSnapshotSize) {
|
| +BENCHMARK_SIZE(CoreSnapshotSize) {
|
| const char* kScriptChars =
|
| "import 'dart:async';\n"
|
| "import 'dart:core';\n"
|
| @@ -422,7 +422,7 @@
|
| }
|
|
|
|
|
| -BENCHMARK(StandaloneSnapshotSize) {
|
| +BENCHMARK_SIZE(StandaloneSnapshotSize) {
|
| const char* kScriptChars =
|
| "import 'dart:async';\n"
|
| "import 'dart:core';\n"
|
|
|