Nandan V

Results 10 comments of Nandan V

This doesn't seem practical, I am not sure how to manage updating the build number. What is the common practice for this?

Version: **Catch v2.13.7** I don't use any command arguments. Are there any which would generate an output like that?

I can give it a shot if someone would guide me on where or how to begin.

Maybe something like this could be implemented? Its not perfect, but here is a rough attempt. https://nandanv.godbolt.org/z/sova6bMoW

Let consider this example: https://github.com/catchorg/Catch2/blob/97313f9033cffde2002e4a377229559d360d7f73/docs/benchmarks.md?plain=1#L47-L52 Would something like this be more helpful? This ones a little bit on the nose, but just to get the idea. ## Required includes ```cpp...

Its not just that, the number of times setup and benchmark is invoked is very much different. Check this code: https://nandanv.godbolt.org/z/EY9daer53 Counter values are way out of proportion. ``` setup:...

Is there anything I should do here?