Skip to content

Commit 8ddf57c

Browse files
committed
fix
1 parent dc778b0 commit 8ddf57c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: benchmark_test_reports
65-
path: benchmarks/$BASE_PATH
65+
path: benchmarks/${{ env.BASE_PATH }}
6666

6767
# TODO: enable this once the connection problem has been resolved.
6868
# - name: Update benchmarking results to DB

benchmarks/run_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111

1212
PATTERN = "benchmarking_*.py"
13-
FINAL_CSV_FILENAME = "collated_results.py"
13+
FINAL_CSV_FILENAME = "collated_results.csv"
1414
GITHUB_SHA = os.getenv("GITHUB_SHA", None)
1515

1616

0 commit comments

Comments
 (0)