You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache HOCON config to avoid re-parsing on every test invocation
The config was being parsed ~170 times (once per testApplication call).
Use a lazy singleton to parse it once and reuse across all tests.
Co-Authored-By: doris.t.lam <dlamoris@gmail.com>
0 commit comments