useblocks / sphinx-performance

Test and compare performance of different Sphinx setups.
https://sphinx-performance.readthedocs.io/en/latest/
MIT License
13 stars 4 forks source link

Possibility to store results as html report/graphics #16

Open StephanKuempel opened 2 years ago

StephanKuempel commented 2 years ago

To be able to later publish and view it (e.g. in a build pipeline).

danwos commented 2 years ago

I have already thought about this as well, but I was/am against it. Reasons:

I think somebody would be much faster, if he/she gets the data into excle and co. quite easy, and is then able to work with it. Therefore the csv export was added, to make this possible.

So I would like to close this issues, as I don't think that investing time into this topic is gainful (as long as there are other feature/bugs open)

StephanKuempel commented 2 years ago

Maybe it's possible with not too much effort to have the logs written to the console to be converted into some html ?

danwos commented 2 years ago

Yes, I think and I changed my mind.

The template-development itself costs a lot of time, but providing a general solution/interface (without a complex template) does not. So we could support this with a very basic template. And maybe in future somebody writes a better one.