boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

Implement benchmark support #412

Open sonntex opened 7 months ago

sonntex commented 7 months ago

I am confused that boost test doesn't have a benchmark support. Google provides google test and google benchmark. If you use boost test and want benchmarks you usually switch to google test what looks weird if you are already with boost stack. So, do you have plans to implement benchmarks or what's the reason why you haven't done it yet? Or perhaps I missed something and you have already had this feature?