aboutsummaryrefslogtreecommitdiffstats
path: root/run-perf-tests.sh
blob: 4a5e6eba7269bae85a022351637c2953b9474eb1 (plain)
1
2
3
4
5
6
#!/bin/bash
set -euo pipefail

echo 'Run performance tests'
cd tests
mvn verify -B -e -V -Dcategory=ServerPerformance $*