Skip to content

Commit 8da3ab1

Browse files
committed
[libc++] Ensure benchmark comparison output ends with a newline
Otherwise, it doesn't compose well with anything else that produces output.
1 parent 8cbd8f0 commit 8da3ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/compare-benchmarks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def main(argv):
118118
else:
119119
diff = plain_text_comparison(benchmarks, baseline_series, candidate_series)
120120
args.output.write(diff)
121+
args.output.write('\n')
121122

122123
if __name__ == '__main__':
123124
main(sys.argv[1:])

0 commit comments

Comments
 (0)