Skip to content

Commit 38116d8

Browse files
authored
Fix benchmark test failures erroneously passing on CI (#9403)
1 parent 9b44224 commit 38116d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/ci/benchmark_performance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ set -ex
1010
source ./tool/ci/setup.sh
1111

1212
pushd $DEVTOOLS_DIR/packages/devtools_app
13-
flutter test -j, --concurrency=1 benchmark/devtools_benchmarks_test.dart
13+
flutter test --concurrency=1 benchmark/devtools_benchmarks_test.dart
1414
popd

0 commit comments

Comments
 (0)