summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-31 03:04:02 +0100
committerLars Wirzenius <liw@liw.fi>2012-03-31 03:04:02 +0100
commit8faaecbb0ce064c101f47400ea1ab4f33db7c955 (patch)
treef852074b67eb12e5f703f77c8e444a872f54d135
parent9bb3860221b247ebeffa6576faa97709dd019120 (diff)
downloadseivot-8faaecbb0ce064c101f47400ea1ab4f33db7c955.tar.gz
Drop branch column from summary tables
It's making the tables very wide and provides questionable value.
-rwxr-xr-xseivots-summary2
1 files changed, 1 insertions, 1 deletions
diff --git a/seivots-summary b/seivots-summary
index f99cf22..239fa20 100755
--- a/seivots-summary
+++ b/seivots-summary
@@ -151,7 +151,7 @@ class SeivotsSummary(cliapp.Application):
('gen0-time', 'gen0-speed', 'gen0-ram', 'slowest-time',
'slowest-speed', 'biggest-ram','repo-writes', 'repo-reads'),
}
- suffix = ('branch', 'description')
+ suffix = ('description',)
colnames = prefix + which[op] + suffix
table = Table()