techoe / ceres-solver

Automatically exported from code.google.com/p/ceres-solver
Other
0 stars 0 forks source link

Add a benchmark framework #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we have no benchmark framework. Without one it is difficult to 
evaluate how changes in the solver affect performance.

Original issue reported on code.google.com by mie...@gmail.com on 30 May 2012 at 4:11

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by sameerag...@google.com on 3 Mar 2013 at 9:49

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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