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

echo 'Run performance tests'

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