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 \