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
uses: actions/cache@v3
with:
paths: ["~/.ccache", "~/.cache/ccache"]
path: ~/.cache/ccache
key: v1-ccache-benchmarks-${{ github.sha }}
restore-keys: |
v1-ccache-benchmarks-