mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use proper spacing.
This commit is contained in:
@@ -126,8 +126,8 @@ class BenchmarkDriver(object):
|
||||
self.run_for_opt_level(binary, opt_level, test_filter)
|
||||
for binary, opt_level in self.targets]
|
||||
max_test_len = functools.reduce(max,
|
||||
[d['max_test_len']for d in self.data])
|
||||
[d['max_test_len'] for d in self.data])
|
||||
has_failure = functools.reduce(max,
|
||||
[d['has_failure']for d in self.data])
|
||||
[d['has_failure'] for d in self.data])
|
||||
self.print_data(self.data, max_test_len)
|
||||
return not has_failure
|
||||
|
||||
Reference in New Issue
Block a user