Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 committed Aug 14, 2024
1 parent 4660843 commit ebf1b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/benchmark_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class BenchmarkStats:
PERCENTILES_TO_REPORT = (50, 90, 95, 99, 99.9)
PERCENTILE_TO_USE_FOR_AVERAGES = 99


def __init__(self, folder_paths: List[str]):
self._files: List = []
self.output_to_github = os.getenv("OUTPUT_TO_GITHUB", False)
Expand Down

0 comments on commit ebf1b15

Please sign in to comment.