You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run-perf-tests.sh 175B

123456789
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. echo 'Run performance tests'
  4. ./gradlew --no-daemon --console plain \
  5. :tests:integrationTest \
  6. -Dcategory=ServerPerformance \
  7. $*