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

echo 'Run performance tests'

./gradlew --no-daemon --console plain \
  :tests:integrationTest \
  -Dcategory=ServerPerformance  \
  $*