Skip to content

Commit

Permalink
Update performance_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Jul 28, 2024
1 parent a86f95e commit bff2a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Run performance tests
working-directory: ./packages/fleather/example
run: |
flutter drive --driver=test_driver/performance_driver.dart --target=integration_test/scrolling_test.dart --profile
flutter drive --driver=test_driver/performance_driver.dart --target=integration_test/editing_test.dart --profile
flutter drive -d linux-x64 --driver=test_driver/performance_driver.dart --target=integration_test/scrolling_test.dart --profile
flutter drive -d linux-x64 --driver=test_driver/performance_driver.dart --target=integration_test/editing_test.dart --profile
dart run test_utils/analyze_performance_result.dart
- name: Save reference summary
Expand Down

0 comments on commit bff2a27

Please sign in to comment.