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

echo 'Run performance tests'
cd tests/perf
mvn verify -B -e -V $*