Skip to content

PerfMonComps: Clean up exceptions.

Scott Snyder requested to merge ssnyder/athena:exc.PerfMonComps-20221024 into master

Don't rely on exceptions for things that are not really exceptional. More to the point, for looking up one of five short strings, a linear search is likely to be better than a hash table.

Merge request reports