Dawid Weiss
ea1441c81c
Upgrade to gradle 8.10 ( #13700 )
2024-08-30 12:36:56 +02:00
Uwe Schindler
17bb73332c
Only enable support for tests.profile if jdk.jfr module is available in Gradle runtime ( #12845 )
2023-11-25 20:16:09 +01:00
Robert Muir
7d3f3d61ce
Fix tests.profile output to not run many many times ( #2417 )
...
The profiler should only be invoked once at the end of the build. During
refactoring the buildFinished() hook became nested underneath stuff such
as allProjects which causes it to run too many times.
2021-02-23 06:54:39 -05:00
Dawid Weiss
5e8bb7922b
LUCENE-9491: Consolidate test options and improve support for dynamic… ( #1807 )
...
* LUCENE-9491: Consolidate test options and improve support for dynamically computed values.
2020-08-31 12:20:30 +02:00
Robert Muir
4b5105e167
LUCENE-9193: heap allocations for tests.profile
...
Can be a bit noisier than cpu sampling, due to how threads are allocated
in tests... maybe we can improve that in the future.
2020-01-30 08:29:10 -05:00
Robert Muir
e504798a44
LUCENE-9185: add "tests.profile" to gradle build to aid fixing slow tests
...
Run test(s) with -Ptests.profile=true to print a histogram at the end of
the build.
2020-01-28 11:27:18 -05:00