- 19 Dec, 2019 2 commits
-
-
Jenn Magder authored
Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#47266)
-
Gary Qian authored
-
- 18 Dec, 2019 2 commits
-
-
Jenn Magder authored
Revert "Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928)" (#47264) This reverts commit e54e301d.
-
Jenn Magder authored
Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928)
-
- 13 Dec, 2019 1 commit
-
-
Jim Graham authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 21 Nov, 2019 1 commit
-
-
sjindel-google authored
-
- 19 Nov, 2019 2 commits
-
-
liyuqian authored
This will catch issues like https://github.com/flutter/flutter/issues/44252, and this test is inspired by the `list_demo` sample app in https://github.com/flutter/flutter/issues/43083#issue-509586473 This is tested locally on a Moto G4 before and after the fix https://github.com/flutter/engine/pull/13710 The `average_frame_rasterizer_time_millis` of this test drops from ~5.4ms to ~4.9ms after that fix.
-
Jenn Magder authored
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 29 Sep, 2019 2 commits
-
- 28 Sep, 2019 1 commit
-
-
liyuqian authored
This reverts commit f1e7fe81. This fix is in https://github.com/flutter/packages/pull/39
-
- 26 Sep, 2019 2 commits
-
-
Jonah Williams authored
-
liyuqian authored
This reverts commit 652be88e. This fix is in https://github.com/flutter/packages/pull/37
-
- 19 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Sep, 2019 2 commits
-
-
liyuqian authored
For https://github.com/flutter/flutter/issues/33899 Test added: - simple_animation_perf_ios Test modified: - backdrop_filter_perf_ios__timeline_summary We'll add the CPU/GPU measurement to more iOS tests once it's proven to be non-flaky.
- 29 Aug, 2019 1 commit
-
-
Phil Quitslund authored
* migrate from slow async io calls
-
- 31 Jul, 2019 1 commit
-
-
liyuqian authored
This relands https://github.com/flutter/flutter/pull/35297 The followings have been done to fix the broken tests: 1. Add `didSendFirstFrameRasterizedEvent` extension and its tests 2. Wait for `didSendFirstFrameRasterizedEvent` instead of `didSendFirstFrameEvent` during start up tests 3. Mark missed (probably newly added) start up tests as flaky
-
- 26 Jul, 2019 3 commits
-
-
Jonah Williams authored
This reverts commit 68fc7231.
-
Jason Simmons authored
-
liyuqian authored
This should fix https://github.com/flutter/flutter/issues/31442 and https://github.com/flutter/flutter/issues/34867
-
- 23 Jul, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 18 Jul, 2019 1 commit
-
-
Todd Volkert authored
This is the first step in getting esoteric devices wired up to device lab to ensure that we can at least start Flutter apps in profile mode on such devices. https://github.com/flutter/flutter/issues/35838
-
- 08 Jul, 2019 1 commit
-
-
Alexander Aprelev authored
* Introduce image_list performance benchmark that runs on jit(debug) build. We want to track performance of debug build because ongoing work on reducing the cost of spanwing new isolate will impact jit(debug) more than it will aot(release) configurations. * Newlines and spaces
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 28 Jun, 2019 1 commit
-
-
Alexander Aprelev authored
* Introduce image loading performance test. This example reports how long it takes to load images over the network(locally spawned server).
-
- 25 Jun, 2019 1 commit
-
-
Jim Graham authored
* Add test case for Flutter Issue #27677 as a benchmark. See https://github.com/flutter/flutter/issues/27677 I got the following results running the test on a Moto E2 which will help us determine how much we can gain by analyzing the operations and eliminating unnecessary repaints based on dirty rectangles/regions. no blurs - avg 216.0 fps over 3 samples blur the group - avg 22.9 fps over 3 samples blur each txt - avg 3.4 fps over 3 samples * Added the new benchmark to be tracked on the dashboard.
-
- 10 Jun, 2019 1 commit
-
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
- 07 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Updates documentation and non-public API to use American spellings for consistency with the rest of the codebase. No changes to behaviour... other than how it's spelt.
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 27 Feb, 2019 1 commit
-
-
liyuqian authored
This reverts commit adc8e159. This should be safe to land once https://github.com/flutter/flutter/pull/28530 gets merged Merge on yellow doc test because the doc test is actually green.
-
- 23 Feb, 2019 1 commit
-
-
liyuqian authored
This reverts commit a44f174e. Reason: start_up tests become flaky. See https://github.com/flutter/flutter/issues/28374 TBR: xster Merge on red to fix the tree
-
- 22 Feb, 2019 1 commit
-
-
liyuqian authored
This patch adds a default shader warm up process which moves shader compilation from the animation time to the startup time. This also provides an extension for `runApp` so developers can customize the warm up process. This should reduce our worst_frame_rasterizer_time_millis from ~100ms to ~20-30ms for both flutter_gallery and complex_layout benchmarks. Besides, this should also have a significant improvement on 90th and 99th percentile time (50%-100% speedup in some cases, but I haven't tested them thoroughly; I'll let our device lab collect the data afterwards). The tradeoff the is the startup time (time to first frame). Our `flutter run --profile --trace-startup` seems to be a little noisy and I see about 100ms-200ms increase in that measurement for complex_layout and flutter_gallery. Note that this only happens on the first run after install or data wipe. Later the Skia persistent cache will remove the overhead. This also adds a cubic_bezier benchmark to test the custom shader warm up process. This should fix https://github.com/flutter/flutter/issues/813 (either by `defaultShaderWarmUp`, or a `customShaderWarmUp`).
-