emogrifier icon indicating copy to clipboard operation
emogrifier copied to clipboard

Add a benchmark

Open oliverklee opened this issue 3 years ago • 0 comments

To work on improving performance, we need benchmarks to check whether a change helps.

I propose we benchmark these things:

  • the same CssInliner instance with the same HTML and CSS
  • the same HTML and CSS with a new CssInliner instance each time
  • the same CSS with different HTML with a new instance each time (this probably is the real-world use case)
  • different HTML, different CSS, separate instances

oliverklee avatar Jul 14 '21 20:07 oliverklee