keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
125 stars 68 forks source link

Updated ISPN Metrics calculation. #794

Closed andyuk1986 closed 2 months ago

andyuk1986 commented 2 months ago

Closes #636

ahus1 commented 2 months ago

@andyuk1986 - thank you for this PR. Did you run a test of this in your local repository, and can you please provide a link to the GitHub action run in this issue?

andyuk1986 commented 2 months ago

@ahus1 yes, I have run it on my fork, here are the list of runs: https://github.com/andyuk1986/keycloak-benchmark/actions/runs/8920475203 (is latest) https://github.com/andyuk1986/keycloak-benchmark/actions/runs/8919949259

The numbers are ~the same between runs, so for memoryUsageTest is ~23ms, for cpuUsageForLoginsTest is ~11ms, for cpuUsageForCredentialGrantsTest is between 48-51ms.

ahus1 commented 2 months ago

It is interesting to see that those times are very different. Let's see how they behave on different days of the nightly run, and then see if there is a pattern. It would be good if you could keep that on your radar. Thanks!