chore(bench): enable auto integer multi bit bench launch

This commit is contained in:
Arthur Meyre
2023-06-30 16:08:41 +02:00
parent f2f4e397f1
commit 16be1c1c1d
2 changed files with 6 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ jobs:
if: ${{ (github.event_name == 'push' && github.repository == 'zama-ai/tfhe-rs') || github.event_name == 'workflow_dispatch' }}
strategy:
matrix:
command: [boolean_bench, shortint_bench, integer_bench, pbs_bench, wasm_client_bench]
command: [boolean_bench, shortint_bench, integer_bench, integer_multi_bit_bench, pbs_bench, wasm_client_bench]
runs-on: ubuntu-latest
steps:
- name: Checkout Slab repo

View File

@@ -43,6 +43,11 @@ workflow = "integer_benchmark.yml"
profile = "bench"
check_run_name = "Integer CPU AWS Benchmarks"
[command.integer_multi_bit_bench]
workflow = "integer_multi_bit_benchmark.yml"
profile = "bench"
check_run_name = "Integer multi bit CPU AWS Benchmarks"
[command.shortint_bench]
workflow = "shortint_benchmark.yml"
profile = "bench"