diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ff18791..66627b2 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -22,6 +22,29 @@ jobs: # since the iai version cannot be built without private inputs. - name: Run iai run: cargo bench iai --features iai-bench >target/criterion/iai.txt + - name: Generate index page + run: | + cat < target/criterion/index.html + + + AoC 2024 solutions by SOFe + + + +

AoC 2024 solutions by SOFe

+ + + + EOF - name: Publish results id: deployment uses: actions/upload-pages-artifact@v3