Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Aug 8, 2023
1 parent fbdbde6 commit 331385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infra/basicperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def table():
# to maintain consistency, and 504 when we try to write to the future primary
# before their election. Since these requests effectively do nothing, they
# should not count towards latency statistics.
#if args.stop_primary_after_s:
# if args.stop_primary_after_s:
# overall = overall.filter(pl.col("responseStatus") < 500)

overall = overall.with_columns(
Expand Down

0 comments on commit 331385b

Please sign in to comment.