Jason Simmons
d6a6e95c32
Update integration test and benchmark Android .gitignore files to match the current app template ( #163276 )
...
The latest .gitignore includes a rule to ignore .cxx directories that
are created when building Android apps.
See https://github.com/flutter/flutter/issues/160372
2025-02-18 19:23:04 +00:00
Gray Mackall
29ed214e7f
Set up Kotlin linting step in ci with ktlint ( #143478 )
...
Adds a kotlin linting step to the linux analyze check, using a version of [ktlint](https://github.com/pinterest/ktlint ) hosted on [CIPD](https://chrome-infra-packages.appspot.com/p/flutter/ktlint/linux-amd64/+/version_1_1_1 ).
Configured to disallow trailing commas, because of (and now acting as a test for) https://github.com/flutter/flutter/pull/145718 . Because of this configuration the PR also removes some trailing commas in some kotlin files.
Also checks in a baseline file.
2024-04-03 21:21:00 +00:00
Gray Mackall
c61dc2a586
Format all kotlin according to ktlint ( #143390 )
...
Entire pr generated with [ktlint](https://github.com/pinterest/ktlint ) --format. First step before enabling linting as part of presubmit for kotlin changes.
2024-02-14 17:58:18 +00:00
gaaclarke
2b14a3ec45
Added performance benchmark for background platform channels ( #92130 )
2022-02-02 14:35:15 -08:00
Zachary Anderson
366648ae90
Revert "Reland: "Update outdated runners in the benchmarks folder ( #91126 )" ( #92535 )" ( #93323 )
...
This reverts commit bfe9c59831
.
2021-11-09 08:44:56 -08:00
Greg Spencer
bfe9c59831
Reland: "Update outdated runners in the benchmarks folder ( #91126 )" ( #92535 )
2021-11-08 21:28:02 -08:00
Zachary Anderson
b412f6fff8
Revert "Update outdated runners in the benchmarks folder ( #91126 )" ( #92106 )
...
This reverts commit 31e3364771
.
2021-10-19 10:35:15 -07:00
Greg Spencer
31e3364771
Update outdated runners in the benchmarks folder ( #91126 )
...
This change updates the platform runners in the benchmarks subdir.
I've attempted to replace the entire group with new code as if the project were recreated with flutter create so that they don't become a Frankenstein of minor changes to make it work again, but just plain old generated code that can be replaced and updated in place.
2021-10-19 08:27:29 -07:00
gaaclarke
72725643be
Started using direct ByteBuffers for our performance tests ( #83371 )
2021-06-02 13:50:58 -07:00
gaaclarke
ade6e1f96d
Made the android platform channel benchmarks comparable to iOS ( #83110 )
2021-05-24 10:45:49 -07:00
gaaclarke
8694e19ac7
Added binary platform channels test ( #81874 )
2021-05-07 14:21:00 -07:00
gaaclarke
a5f57b9e64
Added performance benchmarks for platform channels ( #81414 )
2021-05-07 10:24:03 -07:00