diff --git a/.github/workflows/comment_benchmarks_v2.yml b/.github/workflows/comment_benchmarks_v2.yml index 7604bbe8b..021bc8ad6 100644 --- a/.github/workflows/comment_benchmarks_v2.yml +++ b/.github/workflows/comment_benchmarks_v2.yml @@ -27,7 +27,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 - + - name: Download all workflow run artifacts uses: dawidd6/action-download-artifact@v6 with: diff --git a/ci/process_benchmark_data.py b/ci/process_benchmark_data.py index a24e51c59..1b95583a3 100644 --- a/ci/process_benchmark_data.py +++ b/ci/process_benchmark_data.py @@ -74,4 +74,4 @@ def print_metric(v): print(f"") with open("./gh-pages/v2/benchmark_results.json", "w") as f: - json.dump(res, f, indent=4) \ No newline at end of file + json.dump(res, f, indent=4)