Hello! how to benchmark my spring with kotlin serv...
# spring
e
Hello! how to benchmark my spring with kotlin service? all internet guides are for java and don’t work for kotlin(
m
k
what do you mean by benchmark? (load tests?)
e
i wanna measure execution time of some internal methods. measure hibernate reading and computations over collection.
m
Sentry can do that, it includes dedicated support for spring.
e
yeah, i’m reading about it now
n
Just wondering Spring Actuator is not suffice for your need?
👍 1