svoid bench_throwAndCatchQuickException() { benchFor10(-> { try { if (alwaysTrue()) throw new QuickException; } catch (QuickException e) { } }); }