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
·
DigitalInBlue avatar

DigitalInBlue/Celero

0
View on GitHub↗
861 stars·96 forks·C++·5 views

Celero

C++ Benchmark Authoring Library/Framework

Features

  • Benchmarking Tools - Framework for authoring and running C++ micro-benchmarks.
  • Testing and Benchmarking - Benchmarking framework for C++.
  • Testing and Debugging - Benchmarking framework for C++.

Star history

Star history chart for digitalinblue/celeroStar history chart for digitalinblue/celero

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 Celero

Similar open-source projects, ranked by how many features they share with Celero.
  • libnonius/noniuslibnonius avatar

    libnonius/nonius

    367View on GitHub↗

    A C++ micro-benchmarking framework

    C++
    View on GitHub↗367
  • 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
  • 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
  • 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 Celero→

Frequently asked questions

What does digitalinblue/celero do?

C++ Benchmark Authoring Library/Framework

What are the main features of digitalinblue/celero?

The main features of digitalinblue/celero are: Benchmarking Tools, Testing and Benchmarking, Testing and Debugging.

What are some open-source alternatives to digitalinblue/celero?

Open-source alternatives to digitalinblue/celero include: martinus/nanobench — Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. libnonius/nonius — A C++ micro-benchmarking framework. google/benchmark — This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It… 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).