Viktor Kirilov

Results 174 comments of Viktor Kirilov

I just extended the xml reporting when listing test cases - now each tag with the name of each test case as an attribute has 3 more things as attributes:...

Perhaps... in the future :) - this won't happen anytime soon. I looked at the Catch docs and this looks interesting - even having the ability to write benchmark sections...

I just stumbled upon [this project](https://github.com/martinus/nanobench#advanced-example) which has an "integrating with doctest" section :)

@andersfylling Perhaps this example isn't out-of-date: https://github.com/martinus/nanobench/blob/master/docs/tutorial.md#comparing-results

My guess is that doctest has become at least 30% heavier in terms of including the header (also asserts should compile a bit slower since more template & SFINAE has...

This is the google spreadsheet I used to plug the numbers into to regenerate the charts: https://docs.google.com/spreadsheets/d/1p3MAURUfPzKT7gtJOVuJU2_yVKSqkoD1nbypA1K3618/edit?usp=sharing Anyone can feel free to copy/fork the sheet and handle that. Can't remember...

This is a good idea. I cannot promise when it would get implemented though... will keep the issue open.

Not sure this should be the default behavior - would like some input from others that are using these scripts...

well... I'll have to test this, but I can't say when I'll be able to get to it. If anyone else has any clues - those would be appreciated!

What happens if you do a simple `std::cout` inside of the test case - do you see that output? And what about a vanilla hello world C++ example - without...