diff options
Diffstat (limited to 'run-perf-tests.sh')
-rwxr-xr-x | run-perf-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-perf-tests.sh b/run-perf-tests.sh index 5374319ac43..8f0597565a6 100755 --- a/run-perf-tests.sh +++ b/run-perf-tests.sh @@ -3,7 +3,7 @@ set -euo pipefail echo 'Run performance tests' -./gradlew --no-daemon --console plain -i \ +./gradlew --no-daemon --console plain \ :tests:integrationTest \ -Dcategory=ServerPerformance \ $* |