keycloak / keycloak-benchmark

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

Exclude the Highcharts dependency and provide a minimal replacement #828

Closed ahus1 closed 1 month ago

ahus1 commented 1 month ago

Closes #809

ahus1 commented 1 month ago

This is an example out, all charts will be gone:

overview

This minimal replacement will continue to provide a js/stats.json file which we can use for our reports.

See the ZIP file of a small example run here: result.zip

ahus1 commented 1 month ago

@kami619 - I managed to remove the problematic library. The output is not so nice, but sufficient for our automatic nightly runs. I assume we would then need to rely more on the Grafana dashboards :-/

kami619 commented 1 month ago

the changes look good to me, and thanks Alex for providing a functional replacement to high charts. I think we could live without the graphs, in the end even in the html charts, I was mostly following the numbers, which are still present.

kami619 commented 1 month ago

@ryanemerson feel free to review this further and merge it if you are satisfied as well.

ryanemerson commented 1 month ago

Thanks @ahus1