File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments