aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-20 09:31:15 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-20 09:31:15 -0800
commit5f735a64e1ab3e2851c0063e257b662169d7bad6 (patch)
treecf8404a5c6ad4444c55e82151060781224560c26 /tools/buildgen
parent56c6b6ab0a84479341dec8e16930b9f85433ce8a (diff)
Add CPU cost measurement, tune parameters, decrease default maxjobs
Diffstat (limited to 'tools/buildgen')
-rwxr-xr-xtools/buildgen/build-cleaner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildgen/build-cleaner.py b/tools/buildgen/build-cleaner.py
index 4e592ee3ef..d633573434 100755
--- a/tools/buildgen/build-cleaner.py
+++ b/tools/buildgen/build-cleaner.py
@@ -41,6 +41,7 @@ _TOP_LEVEL_KEYS = ['settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'v
_VERSION_KEYS = ['major', 'minor', 'micro', 'build']
_ELEM_KEYS = [
'name',
+ 'cpu_cost',
'flaky',
'build',
'run',