1 2 3 4 5 6
#!/bin/bash set -euo pipefail echo 'Run performance tests' cd tests mvn verify -B -e -V -Dcategory=Performance $*