Skip to content

Commit 510f268

Browse files
Fixed github benchmarks
1 parent 1301087 commit 510f268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
run: |
4646
python aggregate_results.py MinFlowDecomp \
4747
--format markdown \
48-
--output results/benchmark_50.md \
48+
--output results-docs/benchmark_50.md \
4949
--metric mean
5050
5151
- name: Commit benchmark results
5252
run: |
5353
git config --local user.email "github-actions[bot]@users.noreply.github.com"
5454
git config --local user.name "github-actions[bot]"
55-
git add benchmarks/results/benchmark_50.md
55+
git add benchmarks/results-docs/benchmark_50.md
5656
git diff --staged --quiet || git commit -m "Update benchmark results [skip ci]"
5757
git push

docs/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This page shows the latest benchmark results for the MinFlowDecomp solver on sma
44

55
## Dataset: Mouse.PacBio_reads_50
66

7-
--8<-- "benchmarks/results/benchmark_50.md"
7+
--8<-- "benchmarks/results-docs/benchmark_50.md"

0 commit comments

Comments
 (0)