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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to libnonius/nonius

Open-source alternatives to Nonius

30 open-source projects similar to libnonius/nonius, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nonius alternative.

  • martinus/nanobenchAvatar von martinus

    martinus/nanobench

    1,702Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,702
  • google/benchmarkAvatar von google

    google/benchmark

    10,240Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,240
  • digitalinblue/celeroAvatar von DigitalInBlue

    DigitalInBlue/Celero

    861Auf GitHub ansehen↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    Auf GitHub ansehen↗861
  • bombela/backward-cppAvatar von bombela

    bombela/backward-cpp

    4,285Auf GitHub ansehen↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    Auf GitHub ansehen↗4,285

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • onqtam/doctestAvatar von onqtam

    onqtam/doctest

    6,768Auf GitHub ansehen↗

    doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a test runner with a command line interface to execute tests, filter test suites, and generate execution reports. The framework supports in-source unit testing and allows for the complete removal of testing logic from compiled binaries via preprocessor stripping to eliminate performance overhead in production environments. It also enables cross-binary test registry sharing, allowing one executable to utilize the test runner of another. Capabilities include parameterized testing

    C++
    Auf GitHub ansehen↗6,768
  • cobaltfusion/debugviewppAvatar von CobaltFusion

    CobaltFusion/DebugViewPP

    1,251Auf GitHub ansehen↗

    DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

    C++
    Auf GitHub ansehen↗1,251
  • philip82148/cpp-dumpAvatar von philip82148

    philip82148/cpp-dump

    381Auf GitHub ansehen↗

    A C++ library for debugging purposes that can print any variable, even user-defined types.

    C++
    Auf GitHub ansehen↗381
  • ibob/picobenchAvatar von iboB

    iboB/picobench

    234Auf GitHub ansehen↗

    A micro microbenchmarking library for C++11 in a single header file

    C++
    Auf GitHub ansehen↗234
  • meekrosoft/fffAvatar von meekrosoft

    meekrosoft/fff

    922Auf GitHub ansehen↗

    A testing micro framework for creating function test doubles

    C
    Auf GitHub ansehen↗922
  • p-ranav/criterionAvatar von p-ranav

    p-ranav/criterion

    232Auf GitHub ansehen↗

    Microbenchmarking for Modern C++

    C++
    Auf GitHub ansehen↗232
  • boostorg/testAvatar von boostorg

    boostorg/test

    209Auf GitHub ansehen↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    Auf GitHub ansehen↗209
  • dascandy/hippomocksAvatar von dascandy

    dascandy/hippomocks

    201Auf GitHub ansehen↗

    Hippomocks

    C++
    Auf GitHub ansehen↗201
  • cpputest/cpputestAvatar von cpputest

    cpputest/cpputest

    1,472Auf GitHub ansehen↗

    CppUTest unit testing and mocking framework for C/C++

    C++
    Auf GitHub ansehen↗1,472
  • stepci/stepciAvatar von stepci

    stepci/stepci

    1,860Auf GitHub ansehen↗

    Automated API Testing and Quality Assurance

    TypeScript
    Auf GitHub ansehen↗1,860
  • eranpeer/fakeitAvatar von eranpeer

    eranpeer/FakeIt

    1,364Auf GitHub ansehen↗

    C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.

    C++
    Auf GitHub ansehen↗1,364
  • jonasmr/microprofileAvatar von jonasmr

    jonasmr/microprofile

    1,584Auf GitHub ansehen↗

    microprofile is an embeddable profiler

    C
    Auf GitHub ansehen↗1,584
  • google/googletestAvatar von google

    google/googletest

    38,713Auf GitHub ansehen↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    Auf GitHub ansehen↗38,713
  • catchorg/catch2Avatar von catchorg

    catchorg/Catch2

    20,198Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,198
  • libcheck/checkAvatar von libcheck

    libcheck/check

    1,167Auf GitHub ansehen↗

    A unit testing framework for C

    C
    Auf GitHub ansehen↗1,167
  • siu/minunitAvatar von siu

    siu/minunit

    635Auf GitHub ansehen↗

    Minimal unit testing framework for C

    C
    Auf GitHub ansehen↗635
  • stdlib-js/stdlibAvatar von stdlib-js

    stdlib-js/stdlib

    5,735Auf GitHub ansehen↗
    JavaScriptjavascriptjslibrary
    Auf GitHub ansehen↗5,735
  • brianfrankcooper/ycsbB

    brianfrankcooper/YCSB

    0Auf GitHub ansehen↗

    Copyright (c) 2010 Yahoo! Inc., 2012 - 2016 YCSB contributors. All rights reserved.

    Auf GitHub ansehen↗0
  • bradleyjkemp/grpc-toolsAvatar von bradleyjkemp

    bradleyjkemp/grpc-tools

    1,239Auf GitHub ansehen↗

    A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.

    Godebugging-toolgrpcinterceptor
    Auf GitHub ansehen↗1,239
  • barryvdh/laravel-debugbarAvatar von barryvdh

    barryvdh/laravel-debugbar

    19,242Auf GitHub ansehen↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    Auf GitHub ansehen↗19,242
  • cschreib/snitchAvatar von cschreib

    cschreib/snitch

    306Auf GitHub ansehen↗

    Lightweight C++20 testing framework.

    C++
    Auf GitHub ansehen↗306
  • cobraframework/pytest-cobraAvatar von cobraframework

    cobraframework/pytest-cobra

    27Auf GitHub ansehen↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    Auf GitHub ansehen↗27
  • cyclejs/cycle-time-travelAvatar von cyclejs

    cyclejs/cycle-time-travel

    216Auf GitHub ansehen↗

    cycle-time-travel is a time travelling stream viewer for Cycle.js apps.

    JavaScript
    Auf GitHub ansehen↗216
  • darklynx/request-basketsAvatar von darklynx

    darklynx/request-baskets

    424Auf GitHub ansehen↗

    HTTP requests collector to test webhooks, notifications, REST clients and more ...

    Go
    Auf GitHub ansehen↗424
  • boost-experimental/utAvatar von boost-experimental

    boost-experimental/ut

    1,432Auf GitHub ansehen↗

    C++20 μ(micro)/Unit Testing framework

    C++
    Auf GitHub ansehen↗1,432
  • aniket-engg/sol-profilerAvatar von Aniket-Engg

    Aniket-Engg/sol-profiler

    29Auf GitHub ansehen↗

    CLI Tool to List & Store Solidity Smart Contract Methods Attributes

    JavaScript
    Auf GitHub ansehen↗29