Skip to content
Snippets Groups Projects
Commit ba1aedf3 authored by DaGeRe's avatar DaGeRe
Browse files

Remove cache, because data are directly stored to gh-pages

parent f2d2ea45
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment