Skip to content

Commit

Permalink
Fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongtaozhang committed Nov 20, 2024
1 parent b480d1c commit fe1c828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superbench/benchmarks/micro_benchmarks/nvbandwidth.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def _preprocess(self):
return True

def _process_raw_line(self, line, parse_status):
"""
Process a single line of raw output from the nvbandwidth benchmark.
"""Process a single line of raw output from the nvbandwidth benchmark.
This function updates the `parse_status` dictionary with parsed results from the given `line`.
It detects the start of a test, parses matrix headers and rows, and extracts summary results.
Expand Down

0 comments on commit fe1c828

Please sign in to comment.