awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
libnonius avatar

libnonius/nonius

0
View on GitHub↗
367 stars·48 forks·C++·CC0-1.0·6 viewsnonius.io↗

Nonius

A C++ micro-benchmarking framework

Features

  • Benchmarking Tools - Micro-benchmarking framework for C++.
  • Testing and Benchmarking - Micro-benchmarking framework for C++.
  • Testing and Debugging - Micro-benchmarking framework for C++.

Star history

Star history chart for libnonius/noniusStar history chart for libnonius/nonius

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Nonius

Similar open-source projects, ranked by how many features they share with Nonius.
  • google/benchmarkgoogle avatar

    google/benchmark

    10,240View on GitHub↗

    This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia

    C++benchmark
    View on GitHub↗10,240
  • martinus/nanobenchmartinus avatar

    martinus/nanobench

    1,702View on GitHub↗

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

    C++
    View on GitHub↗1,702
  • digitalinblue/celeroDigitalInBlue avatar

    DigitalInBlue/Celero

    861View on GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    View on GitHub↗861
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    View on GitHub↗20,198
See all 30 alternatives to Nonius→

Frequently asked questions

What does libnonius/nonius do?

A C++ micro-benchmarking framework

What are the main features of libnonius/nonius?

The main features of libnonius/nonius are: Benchmarking Tools, Testing and Benchmarking, Testing and Debugging.

What are some open-source alternatives to libnonius/nonius?

Open-source alternatives to libnonius/nonius include: martinus/nanobench — Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. google/benchmark — This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It… digitalinblue/celero — C++ Benchmark Authoring Library/Framework. cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++. cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! boostorg/test — The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17).