From 5db1b7a27cf05bb2ec34049bbeed0f5149c8ba6c Mon Sep 17 00:00:00 2001 From: rudy Date: Mon, 14 Nov 2022 09:43:07 +0100 Subject: [PATCH] chore(benchmark): compile then download --- .github/workflows/benchmark.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a88568062..ea6743d0e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -106,6 +106,12 @@ jobs: cd compiler make concrete-optimizer-lib + - name: Build compiler and end-to-end benchmarks + run: | + set -e + cd compiler + make BINDINGS_PYTHON_ENABLED=OFF build-benchmarks generate-benchmarks + - name: Download KeySetCache if: ${{ !contains(github.head_ref, 'newkeysetcache') }} continue-on-error: true @@ -113,11 +119,7 @@ jobs: cd compiler GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make keysetcache_ci_populated - - name: Mark KeySetCache - run: | - touch keysetcache.timestamp - - - name: Build compiler and run end-to-end benchmarks + - name: Run end-to-end benchmarks run: | set -e cd compiler