We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc778b0 commit 8ddf57cCopy full SHA for 8ddf57c
.github/workflows/benchmark.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/upload-artifact@v4
63
with:
64
name: benchmark_test_reports
65
- path: benchmarks/$BASE_PATH
+ path: benchmarks/${{ env.BASE_PATH }}
66
67
# TODO: enable this once the connection problem has been resolved.
68
# - name: Update benchmarking results to DB
benchmarks/run_all.py
@@ -10,7 +10,7 @@
10
logger = logging.getLogger(__name__)
11
12
PATTERN = "benchmarking_*.py"
13
-FINAL_CSV_FILENAME = "collated_results.py"
+FINAL_CSV_FILENAME = "collated_results.csv"
14
GITHUB_SHA = os.getenv("GITHUB_SHA", None)
15
16
0 commit comments