Ian Hickson
a4a1392c44
--debug-port is now --observatory-port ( #7680 )
2017-01-26 18:01:34 -08:00
Ian Hickson
aff4e82891
Technical Debt tracker ( #7667 )
2017-01-26 17:04:37 -08:00
Jason Simmons
bc04c53231
Fix VMIsolateRef type declaration ( #7666 )
...
Fixes https://github.com/flutter/flutter/issues/7661
2017-01-26 14:24:04 -08:00
Yegor
862657e4e4
devicelab: add more hot-reload metrics ( #7602 )
2017-01-24 09:04:48 -08:00
Yegor
4bec9cd940
update build benchmark to match #7589 ( #7600 )
2017-01-23 17:49:01 -08:00
Ian Hickson
63aa1397a3
Increase the strictness of our requiring explicit types ( #7585 )
...
...now that we have generic methods, their types need to be specified too.
2017-01-23 01:04:31 -08:00
Ian Hickson
15a7eb3b6c
Move to real generic method syntax ( #7235 )
2017-01-21 20:58:44 -08:00
Jason Simmons
584dbe3d32
Fix the activity name in the Gallery back button memory metric ( #7527 )
2017-01-18 14:14:40 -08:00
Yegor
0c7a9da98f
microbenchmarks: single-line JSON; consolidate #7433 workaround ( #7450 )
...
- output single-line JSON because iOS 9.x cannot output more than one line
- move the workaround for #7433 into LiveTestWidgetsFlutterBinding so that it works in all cases (e.g. animation_bench.dart on iOS)
2017-01-11 14:29:21 -08:00
Yegor
42ccffca36
fix microbenchmarks on iOS ( #7429 )
2017-01-10 18:16:00 -08:00
Yegor
b6ac86435a
export missed transition count to the dashboard ( #7426 )
2017-01-10 13:09:43 -08:00
Yegor
3c7122a797
devicelab: fix basic_material_app_ios__size; add microbenchmarks ( #7408 )
2017-01-10 09:30:00 -08:00
Yegor
1df639b432
add microbenchmarks to devicelab ( fixes #7081 ) ( #7396 )
2017-01-09 14:57:14 -08:00
Todd Volkert
29a88cf817
Bump path to 1.4.0 and meta to 1.0.4 ( #7369 )
2017-01-05 16:44:27 -08:00
Yegor
cf61905c04
publish GPU metrics to dashboard; compact transition event printout ( #7254 )
2016-12-13 15:22:23 -08:00
Yegor
adf998cb2a
remove mega_gallery__refresh_time superseded by hot_mode_dev_cycle__benchmark ( #7171 )
2016-12-06 12:20:54 -08:00
Jason Simmons
2fd786b567
A devicelab memory test for Android app suspend and resume ( #7164 )
2016-12-06 10:13:21 -08:00
Yegor
568a6e1e65
measure IPA size ( #7158 )
2016-12-05 12:46:59 -08:00
Jason Simmons
7da3ab634a
Devicelab memory usage test that navigates repeatedly to a screen within Gallery ( #7137 )
2016-12-05 11:08:25 -08:00
Yegor
d7c215199d
add hello_world__memory test to devicelab ( #7143 )
2016-12-02 16:50:27 -08:00
Jason Simmons
2563636d90
A devicelab test of memory usage for a minimal app ( #7126 )
2016-12-02 10:27:43 -08:00
Yegor
45a4f639c9
devicelab: make specifying device OS less confusing ( #7132 )
2016-12-01 18:35:40 -08:00
Jason Simmons
4da4ca89aa
Add a devicelab test that captures memory usage metrics on Android ( #7120 )
2016-12-01 11:37:16 -08:00
Adam Barth
7c795d5fdd
Update iml files ( #7025 )
...
These now match what 2016.3 expects.
2016-11-27 07:46:54 -08:00
Ian Hickson
06ca1b3326
Revert "Revert "update vm_service_client to 0.2.2+4"" ( #6919 )
2016-11-23 08:50:55 -08:00
Adam Barth
49fa3f4933
Revert "update vm_service_client to 0.2.2+4" ( #6918 )
2016-11-17 19:54:53 -08:00
Yegor
05fdc2910b
update vm_service_client to 0.2.2+4 ( #6917 )
2016-11-17 17:50:47 -08:00
Hans Muller
861492d6f4
Changed vm_service_client version back to 0.2.2+2 ( #6909 )
2016-11-17 15:33:45 -08:00
Yegor
4145f5fcfd
allow passing file path as reference to devicelab task ( #6877 )
2016-11-16 13:54:06 -08:00
Ian Hickson
9f1c91f934
Update README.md ( #6867 )
...
Some minor tweaks to answer questions I had when looking at this.
2016-11-15 12:35:18 -08:00
Dan Rubel
34e466f1fd
Refactor flutter command exit code - part 3 of 3 ( #6838 )
...
* Remove the workaround that pinned args to v0.13.6
This reverts most of the changes in commit 6331b6c8b5
* throw exception if exit code is not an integer
* rework command infrastructure to throw ToolExit when non-zero exitCode
* convert commands to return Future<Null>
* cleanup remaining commands to use throwToolExit for non-zero exit code
* remove isUnusual exception message
* add type annotations for updated args package
2016-11-14 14:21:30 -05:00
Yegor
cffd551793
log full timeline when transition test fails; print stack chain in task errors ( #6772 )
2016-11-09 15:32:22 -08:00
Dan Rubel
6331b6c8b5
revert args to 0.13.6 ( #6765 )
2016-11-08 17:15:11 -05:00
Devon Carew
4d68eebce9
add an intellij module for the dev/devicelab package ( #6550 )
2016-10-28 17:28:58 +02:00
Yegor
80627a5ccd
unlock device before running perf test ( #6540 )
2016-10-25 18:05:53 -07:00
Yegor
33c6526462
fix frame info extraction logic; track frames in gallery test ( #6505 )
2016-10-25 11:02:18 -07:00
Yegor
4f8da89dc4
Revert "reenable dev/devicelab/test/run_test.dart ( #6364 )" ( #6378 )
...
This reverts commit 8f273e49de
.
2016-10-19 18:43:19 -04:00
Yegor
1eda886e7e
unlock device before running transition test ( #6371 )
2016-10-18 10:20:05 -07:00
Yegor
8f273e49de
reenable dev/devicelab/test/run_test.dart ( #6364 )
...
I ran the test 10 times on Linux and Mac and it succeeded
consistently. Let's reenable until there are new reports that it's
flaky.
Fixes #5901
2016-10-17 19:31:58 -07:00
Yegor
8c8be6b5df
remove engineEnterTimestampMicros from benchmark list; not useful ( #6242 )
2016-10-06 22:31:32 -07:00
Yegor
6081476458
improve devicelab docs ( #6206 )
2016-10-06 10:20:58 -07:00
Yegor
74804e6f1d
fix analyzer_server__analysis_time benchmark broken in #6093 ( #6205 )
2016-10-04 13:27:41 -07:00
Yegor
6cdab85d28
Sync test code with Cocoon ( #6129 )
...
* fix flutter watch benchmark
Syncs d2d7950ecd
* Split Android/iOS impl behind a unified interface
Syncs db87e10fa5
* Switch from pub get to flutter packages get
Syncs b378005cbb
* "silent" option in test runner; fix analysis errors;
2016-09-29 10:19:15 -07:00
Devon Carew
8755e569ca
suppress pub override warning; decouple the analyzer versions ( #5991 )
...
* suppress warning; decouple the analyzer versions
* also pass in --no-packages-dir
2016-09-22 07:40:38 -07:00
Dan Rubel
3f025e0ddf
remove ignore unawaited_future comments ( #5959 )
2016-09-21 08:35:04 -04:00
Ian Hickson
4f0eff31bc
Fix crash when a RenderObject tree is rooted in a non-RenderObject environment ( #5933 )
2016-09-20 14:14:05 -07:00
Dan Rubel
d65460e7a5
cleanup unawaited futures lints ( #5945 )
2016-09-20 07:32:09 -04:00
Yegor
921287b412
migrate hot reload benchmark to the new devicelab framework ( #5878 )
2016-09-19 10:03:26 -07:00
Phil Quitslund
fffde14f64
Update tools to use analyzer
from vended Dart SDK. ( #5900 )
...
* Update tools to use `analyzer` from vended Dart SDK.
* updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package
* tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies)
* Review fixes.
2016-09-16 11:06:17 -07:00
Yegor
1ba1562293
move CI tests into the main repo ( #5758 )
2016-09-14 13:22:53 -07:00