there are performance tests for this. run those on your hardware and you know.
that said, bgr to rgb conversion is a very rare thing in opencv, you’ll only need it when interfacing with other libraries with a different pixel order convention (e.g. blitting images in qt gui)
i think, your question is far too abstract.