Skip to content

Commit 4e987fb

Browse files
committed
Addressed linter error on cli
1 parent bc0d6c5 commit 4e987fb

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__cli__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__cli__/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def generate_stats_cli_command_logic(args, project_name, project_version):
357357
row.append(usec_per_call)
358358
row.append(pct)
359359
row.append(pct_usec)
360-
row.append(pct_usec)
360+
row.append(diff_pct)
361361
writer.writerow(row)
362362

363363
if total_tracked_count > 0:

0 commit comments

Comments
 (0)