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

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