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:

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: