Ramon Pires da Silva
Ramon Pires da Silva
## Description of the change Fixed by adding a quote in the namespace value from the service account manifest, like in the other manifests in the project. **OBS: helm-docs automatically...
Here https://github.com/uberto/kakomu/blob/31f784a3057670321585a89105784d1f40627377/src/main/kotlin/com/gamasoft/kakomu/Performance.kt#L10 instead of create a function to measure the execution of a method in milliseconds you can use [measureTimeMillis](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.system/measure-time-millis.html#kotlin.system%24measureTimeMillis%28kotlin.Function0%28%28kotlin.Unit%29%29%29%2Fblock) function, a good reference that can help you https://medium.com/@jshvarts/basics-of-measuring-performance-in-kotlin-e1dec6c0fa95.