chore(ci): add bench type to zk benchmarks artifact name

This is done to avoid name collision when both latency and throughput benchmarks are executed within the same workflow run.
This commit is contained in:
David Testé
2025-06-10 11:00:22 +02:00
committed by David Testé
parent 0ba2e5c6fd
commit 13d797fe9b
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ jobs:
- name: Upload parsed results artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: ${{ github.sha }}_tfhe_zk_pok
name: ${{ github.sha }}_tfhe_zk_pok_${{ env.BENCH_TYPE }}
path: ${{ env.RESULTS_FILENAME }}
- name: Checkout Slab repo

View File

@@ -194,7 +194,7 @@ jobs:
- name: Upload parsed results artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: ${{ github.sha }}_integer_zk
name: ${{ github.sha }}_integer_zk_${{ matrix.bench_type }}
path: ${{ env.RESULTS_FILENAME }}
- name: Checkout Slab repo