The issue of unit tests and performance measurements (Benchmark)

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • xcc

    Discontinued xeerx Common Libraries (C++) (by xeerx)

  • I created two lite frameworks, the first one (xcc::debug::bench) is used to measure the time and show the average speed in a stable, reliable and accurate way, here is a simple example:

  • nanobench

    Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20

  • An alternative is tracking the number of instructions a test executes: https://github.com/martinus/nanobench

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts