Closed GoogleCodeExporter closed 9 years ago
facebook's folly framework has an opensource benchmarking framework which may
be worth looking at
https://github.com/facebook/folly/blob/master/folly/docs/Overview.md
Original comment by sameerag...@google.com
on 4 Jun 2012 at 7:31
Original comment by sameerag...@google.com
on 3 Mar 2013 at 9:49
There are two other options which macros are similar to googletest:
* Hayai: http://bruun.co/2012/02/07/easy-cpp-benchmarking
* Celero: https://github.com/DigitalInBlue/Celero
Original comment by pablo.speciale
on 13 Mar 2014 at 7:31
google has finally open sourced their benchmarking framework too
https://github.com/google/benchmark
Original comment by sameerag...@google.com
on 13 Mar 2014 at 7:53
at this point we have build in timers which provide much of the information
needed and there is no plan to add a separate dependency.
Original comment by sameerag...@google.com
on 18 Mar 2015 at 5:55
Original issue reported on code.google.com by
mie...@gmail.com
on 30 May 2012 at 4:11