mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-18 08:31:31 -05:00
fix(ci): Remove keyset cache for e2e benchmark
This commit is contained in:
committed by
Quentin Bourgerie
parent
23c721996a
commit
95ddf4b65e
7
.github/workflows/compiler_benchmark.yml
vendored
7
.github/workflows/compiler_benchmark.yml
vendored
@@ -96,13 +96,6 @@ jobs:
|
||||
cd compilers/concrete-compiler/compiler
|
||||
make BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=${{ env.CUDA_SUPPORT }} build-benchmarks
|
||||
|
||||
- name: Download KeySetCache
|
||||
if: ${{ !contains(github.head_ref, 'newkeysetcache') }}
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd compilers/concrete-compiler/compiler
|
||||
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make keysetcache_ci_populated
|
||||
|
||||
- name: Run end-to-end benchmarks
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user