|
Right! It's probably nonsense to "verify" performance using H2, for multiple reasons, not least that it's running and affecting the same JVM / same hardware as our app. Still, it's useful to measure for example how much memory we use to perform a specific set of operations, so it gets annoying if to run a quick check it just deadlocks.
|