Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: vm/benchmark_test.cc

Issue 10269020: Fix build break. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698