diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index bb7d654..1850ef8 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -27,17 +27,16 @@ jobs: Pkg.develop(PackageSpec(path=pwd())) Pkg.instantiate(); include("benchmark/benchmarks.jl")' - - name: Download previous benchmark data - uses: actions/cache@v4 - with: - path: ./cache - key: ${{ runner.os }}-benchmark + # - name: Download previous benchmark data + # uses: actions/cache@v4 + # with: + # path: ./cache + # key: benchmark - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: tool: 'julia' output-file-path: output.json - # Use personal access token instead of GITHUB_TOKEN due to https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096 github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true # Show alert with commit comment on detecting possible performance regression