Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #806 from janekmi/tools-csv_compare-lat_pctls-crop…
Browse files Browse the repository at this point in the history
…pable

tools: add lat_pctls to the croppable layouts group
  • Loading branch information
ldorau committed Feb 1, 2021
2 parents a58f088 + 8d9ebc4 commit e08dad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/csv_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def main():

# crop
if args.output_layout in \
['bw', 'lat_avg', 'lat_pctls_999', 'lat_pctls_99999']:
['bw', 'lat_avg', 'lat_pctls', 'lat_pctls_999', 'lat_pctls_99999']:
crop_to_content(args.output_file, layout['ncols'])

# split long files
Expand Down

0 comments on commit e08dad8

Please sign in to comment.