From 65d370c8e90d9c5c8890c7140d8d37fc2bf4e6d2 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Thu, 13 Jul 2023 13:09:40 -0600 Subject: [PATCH] Update `smp` to 0.9.1 --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 99221bca1eb01..206308b94ce8b 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -232,7 +232,7 @@ jobs: export REPLICAS="10" export TOTAL_SAMPLES="600" export P_VALUE="0.1" - export SMP_CRATE_VERSION="0.9.0" + export SMP_CRATE_VERSION="0.9.1" export LADING_VERSION="0.12.0" echo "warmup seconds: ${WARMUP_SECONDS}"