Commit graph

9 commits

Author SHA1 Message Date
Rene Groeschke
6e4cb8142b
Add initial esql test benchmark tests (#126224)
* Add initial esql test benchmark tests
* Fix build-benchmark pipeline
* Update gredle profiler
2025-04-08 13:28:34 +02:00
Mark Vieira
5e82c228b3
Update references to master branch in build benchmark configuration (#88787) 2022-07-26 09:51:42 -07:00
Rene Groeschke
98b789c940
Update to to Gradle wrapper 7.5 (#85141)
This updates the gradle wrapper to a 7.5

Fixes #85123
2022-07-19 08:12:19 +02:00
Rene Groeschke
7675877629
Set explicitly Gradle version in benchmark scenarios (#85229)
Gradle versions in scenarios are not automatically resolved from the gradle wrapper version
2022-03-23 09:29:16 +01:00
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