| Index: vm/benchmark_test.cc
|
| ===================================================================
|
| --- vm/benchmark_test.cc (revision 7175)
|
| +++ vm/benchmark_test.cc (working copy)
|
| @@ -181,6 +181,7 @@
|
| }
|
|
|
|
|
| +#if 0
|
| //
|
| // Measure compile of all dart2js(compiler) functions.
|
| //
|
| @@ -195,7 +196,7 @@
|
|
|
|
|
| BENCHMARK(Dart2JSCompileAll) {
|
| - const char* kScriptChars = "#import('../lib/compiler/compiler.dart');";
|
| + const char* kScriptChars = "#import('lib/compiler/compiler.dart');";
|
| Dart_Handle lib = TestCase::LoadTestScript(
|
| kScriptChars,
|
| reinterpret_cast<Dart_NativeEntryResolver>(NativeResolver));
|
| @@ -208,6 +209,7 @@
|
| int64_t elapsed_time = timer.TotalElapsedTime();
|
| benchmark->set_score(elapsed_time);
|
| }
|
| +#endif
|
|
|
|
|
| //
|
|
|