summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-06 02:48:01 +0000
committersimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-06 02:48:01 +0000
commitd925ac66308be1214f6d090dfa2907017ca6667b (patch)
tree570ad6bff2661961f15018e7a46709b1129a86b3
parent92a98df95fa1b552ec8d30f20a4aa568dfadddfa (diff)
downloadchromium_src-d925ac66308be1214f6d090dfa2907017ca6667b.zip
chromium_src-d925ac66308be1214f6d090dfa2907017ca6667b.tar.gz
chromium_src-d925ac66308be1214f6d090dfa2907017ca6667b.tar.bz2
Lower goma threads. Think this will help with flakiness on mac and windows bisect bots.
BUG= Review URL: https://chromiumcodereview.appspot.com/16268003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204394 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/bisect-perf-regression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py
index b786f87..01a43f4 100755
--- a/tools/bisect-perf-regression.py
+++ b/tools/bisect-perf-regression.py
@@ -597,7 +597,7 @@ class BisectPerformanceMetrics(object):
targets = ['chrome', 'performance_ui_tests']
threads = 16
if self.opts.use_goma:
- threads = 300
+ threads = 64
cwd = os.getcwd()
os.chdir(self.src_cwd)