diff --git a/.github/workflows/benchmarkKiekerJava.yaml b/.github/workflows/benchmarkKiekerJava.yaml index 30e9d4094298309d0fb45ab83a7f2548af3df6f7..51a8ec920b35eaeff88469fc4d25cc9276cfc0bc 100644 --- a/.github/workflows/benchmarkKiekerJava.yaml +++ b/.github/workflows/benchmarkKiekerJava.yaml @@ -37,15 +37,6 @@ jobs: ../../../analysis/getGHActionsFormat.sh &> output.json cat output.json mv output.json ../../../ - # Download previous benchmark result from cache (if exists) - - name: Download previous benchmark data - uses: actions/cache@v4 - with: - path: ./cache - key: ${{ runner.os }}-benchmark - - name: Show previous data for debugging - run: cat ./cache/benchmark-data.json - # Run `github-action-benchmark` action - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: