ente/mobile/app_init_perf_test.sh

19 lines
441 B
Bash
Raw Normal View History

2024-04-08 07:51:29 +00:00
#!/bin/bash
# Make sure to go through home_gallery_scroll_test.dart and
# fill in email and password.
# Specify destination directory for the perf results in perf_driver.dart.
export ENDPOINT="https://api.ente.io"
flutter drive \
--driver=test_driver/perf_driver.dart \
--target=integration_test/app_init_test.dart \
--dart-define=endpoint=$ENDPOINT \
--profile --flavor independent \
--no-dds \
--keep-app-running
exit $?