From ed82ce51e755e826cbc381fc06c5e3c89d6e47c8 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 3 Dec 2024 20:36:21 +0100 Subject: [PATCH] CQI-21: fixed bzt version --- performance/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/test.sh b/performance/test.sh index f912200..bac8525 100755 --- a/performance/test.sh +++ b/performance/test.sh @@ -14,7 +14,7 @@ echo "Running performance tests against: $URL" export BASE_URL="${URL}" docker run --rm -e BASE_URL -v $(pwd):/bzt-configs \ -v $(pwd)/../build/performance-artifacts:/tmp/artifacts \ - blazemeter/taurus:1.65.35 \ + blazemeter/taurus:1.16.35 \ -o modules.jmeter.properties.base-uri="${BASE_URL}" \ -o reporting.2.dump-xml=/tmp/artifacts/stats.xml \ config.yml \