Commit graph

5 commits

Author SHA1 Message Date
Rene Groeschke
f2a117095b
Split build benchmark jobs for faster feedback (#84978)
Also handle gradle-profiler introduced spotless issue when running performance tests
2022-03-16 12:34:54 +01:00
Rene Groeschke
ccc18d7f73
Update gradle wrapper to 7.4 (#81963)
* Make ForbiddenApisPrecommitPlugin plugin Gradle 8.0 compatible
* Fix deprecations on ignoring empty folders for task inputs
* Update Gradle wrapper to 7.4 GA
2022-02-14 09:48:54 +01:00
Rene Groeschke
96329ef1bc
Sort build benchmark scenarios to make easier to read 2022-01-05 15:16:26 +01:00
Rene Groeschke
2b54d78efe
Do not generate an upload tar in benchmark builds (#81976)
make benchmark builds more reliable / less work
2021-12-21 04:26:08 -05:00
Rene Groeschke
2dbf330ec6
Setup build benchmark jobs (#80941)
Setting up automatic benchmark builds.

This PR allows testing impact on build changes on the build performance by comparing the PR source against master and run different scenarios to verify build performance by using the gradle profiler (see https://github.com/gradle/gradle-profiler)

they can be triggered by adding the `build-benchmark` GitHub label
2021-12-15 09:27:16 +01:00