Add benchmarks comparison job

This commit is contained in:
Siarhei Fedartsou 2024-05-11 21:04:16 +02:00
parent 8dbc85fab7
commit 83f9db4d8c

View File

@ -615,7 +615,7 @@ jobs:
- name: Enable compiler cache - name: Enable compiler cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
paths: ["~/.ccache", "~/.cache/ccache"] path: ~/.cache/ccache
key: v1-ccache-benchmarks-${{ github.sha }} key: v1-ccache-benchmarks-${{ github.sha }}
restore-keys: | restore-keys: |
v1-ccache-benchmarks- v1-ccache-benchmarks-