Skip to content

Commit

Permalink
2.5 GB cache, dynamic cache buster (run_id + run_attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Apr 19, 2024
1 parent 4c9a9e8 commit 723183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
CACHE_BUSTER: 7
CACHE_BUSTER: "${{ github.run_id }}-${{ github.run_attempt }}"
NUM_OF_1K_BLOCKS: 2560000

jobs:
Expand Down

0 comments on commit 723183e

Please sign in to comment.