Skip to content

Commit

Permalink
more benchmark fixes (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
imilchev authored Jan 30, 2024
1 parent 35bfd4a commit 3339fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.go'
- '**.mod'
- 'go.sum'
- .github/workflows/main-benchmark.yml

permissions:
# deployments permission to deploy GitHub pages website
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
output-file-path: benchmark.txt
# Where the previous data file is stored
external-data-json-path: ./cache/benchmark-data.json
save-data-file: false
save-data-file: true

- name: Save benchmark data
uses: actions/cache/save@v4
Expand Down

0 comments on commit 3339fd0

Please sign in to comment.