stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
116 stars 12 forks source link

test: Improve `stackable-certs` test speeds #763

Closed Techassi closed 5 months ago

Techassi commented 5 months ago

Both me and @sbernauer stumbled over these performance issues during tests.

This PR increases the optimization level for the rsa and stackable-certs crates during test runs to O3 to speed up the RSA key generation. Additionally, it only uses 512 bit long keys instead of 4096 used in release builds. Further, it also disables two doc tests.