Announcement: cppbench released!
While working on the sqlite benchmarks, I ended up writing a lightweight C++ benchmark framework to make the task easier. I thought other people might find it useful too. Then to prepare it for other people to use I wrote documentation and did some cleanup.
Some of the features include:
- Simplified BSD License
- High fidelity stopwatch
- Output formatters
- Cross platform
For a more complete list of features see the cppbench webpage. With the mindset “release early, release often” here it is:
Webpage: http://blog.quibb.org/cppbench
Bitbucket: https://bitbucket.org/qbproger/cppbench/overview
API: http://blog.quibb.org/cppbench-api/
This being the first open source project I’ve released, any feedback is appreciated.
Related posts:
- Announcement: cppbench 0.2 released!
- unitbench 0.1 released!
Posted on December 22, 2010 at 10:30 am by Joe · Permalink
In: Announcement, C++ · Tagged with: benchmarks, cppbench, open source
In: Announcement, C++ · Tagged with: benchmarks, cppbench, open source

on December 23, 2010 at 5:21 am
· Permalink
[...] too. Then to prepare it for other people to use I wrote documentation and did some cleanup…. [full post] Joe Blog::Quibb c++benchmarksopen source 0 0 0 0 0 [...]