That CPU usage is abnormal. Never use juce::dsp::IIR::Coefficients<float>::makePeakFilter in processBlock. Use ArrayCoefficients instead. See more info at:
BTW, I see about 5~10% reduction in CPU usage if I use my own IIR filter (basically copy most code from juce::dsp::IIR and remove some redundant checks).