Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
9afa0407
Commit
9afa0407
authored
Apr 21, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
benchmark: ignore bad lines (happens due to concurrent compilation)
parent
ccbb7d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
benchmark/parse_log.py
benchmark/parse_log.py
+1
-2
No files found.
benchmark/parse_log.py
View file @
9afa0407
...
...
@@ -32,8 +32,7 @@ def parse(file, parse_times = True):
time
=
float
(
m
.
group
(
2
))
times
[
name
]
=
time
continue
# nothing else we know about
raise
Exception
(
"Unexpected line: {}"
.
format
(
line
))
# nothing else we know about, ignore
# end of file. previous commit, if any, is done now.
if
commit
is
not
None
:
yield
Result
(
commit
,
times
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment