mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[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:
@@ -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:])
|
||||
|
||||
Reference in New Issue
Block a user