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

Unified Diff: runtime/bin/main.cc

Issue 2183533002: Peturb the reload points on the reload bot (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index c88986103751d9263230966a4ed8d771475d83b2..89c752b2815a24a3d8195c704feac4f029d67bf3 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -440,7 +440,7 @@ static bool ProcessHotReloadTestModeOption(const char* arg,
// Identity reload.
vm_options->AddArgument("--identity_reload");
// Start reloading quickly.
- vm_options->AddArgument("--reload_every=5");
+ vm_options->AddArgument("--reload_every=4");
// Reload from optimized and unoptimized code.
vm_options->AddArgument("--reload_every_optimized=false");
// Reload less frequently as time goes on.
« no previous file with comments | « no previous file | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698