mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: make docker_publish_measurements target work better locally, improve daily benchmarks workflow
This commit is contained in:
2
.github/workflows/daily-benchmarks.yaml
vendored
2
.github/workflows/daily-benchmarks.yaml
vendored
@@ -41,7 +41,9 @@ jobs:
|
||||
key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }}
|
||||
script: |
|
||||
cd ~/concretefhe-internal
|
||||
git pull
|
||||
make docker_publish_measurements
|
||||
docker system prune -f
|
||||
|
||||
- name: Write SSH Key To A File
|
||||
run: echo "$SSH_KEY" > ~/ssh-key && chmod 400 ~/ssh-key
|
||||
|
||||
Reference in New Issue
Block a user