From dc729f580164a96712cef0dc7414ae8daf4ea5d2 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Tue, 17 Oct 2023 08:50:20 -0400 Subject: [PATCH] chore(deps): Update lading to 0.19.0 (#18861) Signed-off-by: Jesse Szwedko --- .github/workflows/regression.yml | 2 +- .github/workflows/workload_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index e350c8cec6e46..ab0ee4efe8838 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -233,7 +233,7 @@ jobs: export TOTAL_SAMPLES="600" export P_VALUE="0.1" export SMP_CRATE_VERSION="0.10.0" - export LADING_VERSION="0.18.0" + export LADING_VERSION="0.19.0" echo "warmup seconds: ${WARMUP_SECONDS}" echo "replicas: ${REPLICAS}" diff --git a/.github/workflows/workload_checks.yml b/.github/workflows/workload_checks.yml index a1e98b5e43555..8c73de8dd978c 100644 --- a/.github/workflows/workload_checks.yml +++ b/.github/workflows/workload_checks.yml @@ -64,7 +64,7 @@ jobs: export REPLICAS="10" export TOTAL_SAMPLES="600" export SMP_CRATE_VERSION="0.10.0" - export LADING_VERSION="0.18.0" + export LADING_VERSION="0.19.0" echo "warmup seconds: ${WARMUP_SECONDS}" echo "replicas: ${REPLICAS}"