From 956bc738d9dda2abf37202cbe879bb43e0dd4af3 Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Thu, 8 Jan 2026 15:42:25 +0100 Subject: [PATCH] chore(ci): add core crypto throughput to doc --- .github/workflows/benchmark_documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark_documentation.yml b/.github/workflows/benchmark_documentation.yml index 455c9e1a0..ffa90ee84 100644 --- a/.github/workflows/benchmark_documentation.yml +++ b/.github/workflows/benchmark_documentation.yml @@ -103,7 +103,7 @@ jobs: if: inputs.run-cpu-benchmarks with: command: pbs, ks_pbs - bench_type: latency + bench_type: both params_type: classical_documentation + multi_bit_documentation secrets: BOT_USERNAME: ${{ secrets.BOT_USERNAME }} @@ -123,7 +123,7 @@ jobs: profile: multi-h100-sxm5 hardware_name: n3-H100-SXM5x8 command: pbs, ks_pbs - bench_type: latency + bench_type: both params_type: classical_documentation + multi_bit_documentation secrets: BOT_USERNAME: ${{ secrets.BOT_USERNAME }}