| Index: runtime/vm/benchmark_test.cc
|
| diff --git a/runtime/vm/benchmark_test.cc b/runtime/vm/benchmark_test.cc
|
| index 1ca5fbc478d767fde18ca3617b6790363a7efadb..900a689a3d8152610165f4eb8fb6b27265a35b0f 100644
|
| --- a/runtime/vm/benchmark_test.cc
|
| +++ b/runtime/vm/benchmark_test.cc
|
| @@ -53,7 +53,6 @@ BENCHMARK(CorelibCompileAll) {
|
| }
|
|
|
|
|
| -#if 0
|
| BENCHMARK(CorelibCompilerStats) {
|
| bin::Builtin::SetNativeResolver(bin::Builtin::kBuiltinLibrary);
|
| bin::Builtin::SetNativeResolver(bin::Builtin::kIOLibrary);
|
| @@ -72,7 +71,6 @@ BENCHMARK(CorelibCompilerStats) {
|
| int64_t elapsed_time = timer.TotalElapsedTime();
|
| benchmark->set_score(elapsed_time);
|
| }
|
| -#endif
|
|
|
|
|
| //
|
| @@ -400,7 +398,6 @@ BENCHMARK(Dart2JSCompileAll) {
|
| }
|
|
|
|
|
| -#if 0
|
| BENCHMARK(Dart2JSCompilerStats) {
|
| bin::Builtin::SetNativeResolver(bin::Builtin::kBuiltinLibrary);
|
| bin::Builtin::SetNativeResolver(bin::Builtin::kIOLibrary);
|
| @@ -434,7 +431,6 @@ BENCHMARK(Dart2JSCompilerStats) {
|
| free(dart_root);
|
| free(script);
|
| }
|
| -#endif
|
|
|
|
|
| //
|
|
|