Skip to content

Commit

Permalink
rename test -> testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov committed Oct 23, 2020
1 parent 5291774 commit 4261318
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task:
activate_script: pub global activate flutter_plugin_tools
matrix:
- name: analyze
script: ./script/incremental_build.sh analyze --custom-analysis=web_benchmarks/test/test_app
script: ./script/incremental_build.sh analyze --custom-analysis=web_benchmarks/testing/test_app
- name: publishable
script: ./script/check_publish.sh
depends_on:
Expand Down Expand Up @@ -41,11 +41,11 @@ task:
- echo $CHROME_EXECUTABLE
- $CHROME_EXECUTABLE --version
- flutter config --enable-web
- cd packages/web_benchmarks/test/test_app
- cd packages/web_benchmarks/testing/test_app
- flutter packages get
- cd ../..
- flutter packages get
- dart test/web_benchmarks_test.dart
- dart testing/web_benchmarks_test.dart

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:web_benchmarks/server.dart';

Future<void> main() async {
final BenchmarkResults taskResult = await serveWebBenchmark(
benchmarkAppDirectory: Directory('test/test_app'),
benchmarkAppDirectory: Directory('testing/test_app'),
entryPoint: 'lib/benchmarks/runner.dart',
useCanvasKit: false,
);
Expand Down

0 comments on commit 4261318

Please sign in to comment.