Skip to content

Keep track of banzai pipeline timing

Brett Walker requested to merge bw-enhance-banzai-timing into master

What does this MR do and why?

Keep a running total of how long a banzai pipeline is taking. Used for debugging and future MRs

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Jump into the rails console and type

text = 'This is how a [link](http://example.com) is rendered'
Banzai.render(text, project: Project.first, debug_timing: true)

Next to each filter timing you'll see the pipeline timing.

Merge request reports