Jonah Williams
23a7535a39
Revert "Remove package:test dependency from flutter_test ( #23755 )" ( #24004 )
...
This reverts commit 71e9bd6f25
.
2018-11-06 09:12:48 -08:00
Jonah Williams
71e9bd6f25
Remove package:test dependency from flutter_test ( #23755 )
2018-11-06 08:39:27 -08:00
Michael Goderbauer
9b5c780604
Force GC before GC-sensitive benchmark runs ( #23289 )
2018-10-21 15:58:19 +02:00
Alexandre Ardhuin
d340e2f229
apply lint prefer_void_to_null in dev/ ( #22661 )
2018-10-04 18:44:23 +02:00
Jacob Richman
547e2e95e7
Revert "Increase initial delay for scroll_perf_test to try to reduce worst frame stats flakiness." ( #21743 )
...
This reverts commit 8cf68731e0
.
2018-09-12 12:21:12 -07:00
Jacob Richman
8cf68731e0
Increase initial delay for scroll_perf_test to try to reduce worst frame stats flakiness.
2018-09-12 08:20:42 -07:00
Alexandre Ardhuin
d927c93310
Unnecessary new ( #20138 )
...
* enable lint unnecessary_new
* fix tests
* fix tests
* fix tests
2018-09-12 08:29:29 +02:00
Ian Hickson
1993a67381
Performance test cleanup ( #20652 )
...
* Fix TODO syntax.
* Clarify messages for some timeouts, to aid debugging.
* Increase some other timeouts that were a needlessly short, to reduce sources of flakes.
* Remove some more timeouts that were mostly redundant, to remove complexity.
* Minor style cleanup.
* Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
2018-08-17 13:19:28 -07:00
Ian Hickson
686d8f8a22
Shim package:test to avoid matcher issues ( #20602 )
...
* Upgrade everything except matcher.
* Roll matcher (and test)
* Adjust tests that depend on flutter:test directly to depend on a shim
* Require use of package:test shim and remove other references to package:test
2018-08-14 20:33:58 -07:00
Ian Hickson
afb613774d
Reduce noise on complex_layout_scroll_perf__timeline_summary ( #20400 )
...
See https://github.com/flutter/flutter/issues/19434
2018-08-12 00:14:33 -07:00
Mehmet Fidanboylu
4e7a38b118
Add a tile scrolling test to complex_layout app ( #9537 )
...
* Add a tile scrolling test to complex_layout app
* - Review comments and fix analyzer failures.
* Use ListView.builder pattern.
2017-04-26 14:22:11 -07:00
Chris Bracken
6c97dd2c6c
Declare locals as final where not reassigned (dev) ( #8574 )
2017-03-03 18:06:08 -08:00
Alexandre Ardhuin
e9a775bf38
prefer const constructors ( #8316 )
2017-02-21 14:54:29 -08:00
Yegor
9ce995f65e
[driver] refactor API to finder objects ( #3365 )
2016-04-15 16:57:35 -07:00
Yegor
19e624ccfe
[driver] give the timeline data some structure
...
Fixes https://github.com/flutter/flutter/issues/2713
2016-04-04 17:07:16 -07:00
Viktor Lidholt
794b705133
Merge pull request #3052 from vlidholt/linedrawing
...
Initial version of complex layout performance test
2016-04-01 15:25:51 -07:00