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 8d603ea commit 5929b19
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/performance_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
# Manually Update this `key`
cache-key: "20230512"

- uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 15'

- name: Restore reference summary from cache
id: performance_timelines_cache_restore
uses: actions/cache/restore@v4
Expand All @@ -37,8 +33,8 @@ jobs:
- name: Run performance tests
working-directory: ./packages/fleather/example
run: |
flutter drive -d iPhone 15 --driver=test_driver/performance_driver.dart --target=integration_test/scrolling_test.dart --profile
flutter drive -d iPhone 15 --driver=test_driver/performance_driver.dart --target=integration_test/editing_test.dart --profile
flutter drive -d macos --driver=test_driver/performance_driver.dart --target=integration_test/scrolling_test.dart --profile
flutter drive -d macos --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 5929b19

Please sign in to comment.