[libc++] Ensure benchmark comparison output ends with a newline
Otherwise, it doesn't compose well with anything else that produces output.
This commit is contained in:
parent
8cbd8f044b
commit
8da3ab12ce
@ -118,6 +118,7 @@ def main(argv):
|
||||
else:
|
||||
diff = plain_text_comparison(benchmarks, baseline_series, candidate_series)
|
||||
args.output.write(diff)
|
||||
args.output.write('\n')
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv[1:])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user