This message was deleted.
# performance
s
This message was deleted.
c
perhaps there is enough in OperationCompletionListener to do so?
a
the XML build report uses the JUnit format, which includes timings. It’s XML so, urgh, gross, but it’s not very complicated XML so it’s not too bad. https://docs.gradle.org/current/userguide/java_testing.html#test_reporting
m
thanks, this listener works promising 🙂 JUnit format would be ok for me, but I want to know more than just the tests execution time 😉 For now, I found the
--profile
option, and it gives me what I need... in html format, but I'm able to parse this using some jsoup magic. Thanks for help!
c
what if you use opentelemetry + prometheus + grafana for your builds?
🤯 1
💯 1
that should be fun
m
I had a little different use case 🙂 But I agree, it looks promising 😉
a
I want to to know more than just the tests execution time
oops sorry, I misread ‘task’ as ‘test’!