awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to martinus/nanobench

Open-source alternatives to Nanobench

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

  • libnonius/noniuslibnonius 的头像

    libnonius/nonius

    367在 GitHub 上查看↗

    A C++ micro-benchmarking framework

    C++
    在 GitHub 上查看↗367
  • google/benchmarkgoogle 的头像

    google/benchmark

    10,240在 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
    在 GitHub 上查看↗10,240
  • digitalinblue/celeroDigitalInBlue 的头像

    DigitalInBlue/Celero

    861在 GitHub 上查看↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    在 GitHub 上查看↗861
  • bombela/backward-cppbombela 的头像

    bombela/backward-cpp

    4,285在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗4,285

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • onqtam/doctestonqtam 的头像

    onqtam/doctest

    6,768在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗6,768
  • cobaltfusion/debugviewppCobaltFusion 的头像

    CobaltFusion/DebugViewPP

    1,251在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,251
  • philip82148/cpp-dumpphilip82148 的头像

    philip82148/cpp-dump

    381在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗381
  • ibob/picobenchiboB 的头像

    iboB/picobench

    234在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗234
  • meekrosoft/fffmeekrosoft 的头像

    meekrosoft/fff

    922在 GitHub 上查看↗

    A testing micro framework for creating function test doubles

    C
    在 GitHub 上查看↗922
  • p-ranav/criterionp-ranav 的头像

    p-ranav/criterion

    232在 GitHub 上查看↗

    Microbenchmarking for Modern C++

    C++
    在 GitHub 上查看↗232
  • boostorg/testboostorg 的头像

    boostorg/test

    209在 GitHub 上查看↗

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

    C++boostc-plus-plusunit-testing
    在 GitHub 上查看↗209
  • dascandy/hippomocksdascandy 的头像

    dascandy/hippomocks

    201在 GitHub 上查看↗

    Hippomocks

    C++
    在 GitHub 上查看↗201
  • cpputest/cpputestcpputest 的头像

    cpputest/cpputest

    1,472在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,472
  • stepci/stepcistepci 的头像

    stepci/stepci

    1,860在 GitHub 上查看↗

    Automated API Testing and Quality Assurance

    TypeScript
    在 GitHub 上查看↗1,860
  • eranpeer/fakeiteranpeer 的头像

    eranpeer/FakeIt

    1,364在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,364
  • jonasmr/microprofilejonasmr 的头像

    jonasmr/microprofile

    1,584在 GitHub 上查看↗

    microprofile is an embeddable profiler

    C
    在 GitHub 上查看↗1,584
  • google/googletestgoogle 的头像

    google/googletest

    38,713在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗38,713
  • catchorg/catch2catchorg 的头像

    catchorg/Catch2

    20,198在 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
    在 GitHub 上查看↗20,198
  • libcheck/checklibcheck 的头像

    libcheck/check

    1,167在 GitHub 上查看↗

    A unit testing framework for C

    C
    在 GitHub 上查看↗1,167
  • siu/minunitsiu 的头像

    siu/minunit

    635在 GitHub 上查看↗

    Minimal unit testing framework for C

    C
    在 GitHub 上查看↗635
  • stdlib-js/stdlibstdlib-js 的头像

    stdlib-js/stdlib

    5,735在 GitHub 上查看↗
    JavaScriptjavascriptjslibrary
    在 GitHub 上查看↗5,735
  • brianfrankcooper/ycsbB

    brianfrankcooper/YCSB

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • bradleyjkemp/grpc-toolsbradleyjkemp 的头像

    bradleyjkemp/grpc-tools

    1,239在 GitHub 上查看↗

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

    Godebugging-toolgrpcinterceptor
    在 GitHub 上查看↗1,239
  • barryvdh/laravel-debugbarbarryvdh 的头像

    barryvdh/laravel-debugbar

    19,242在 GitHub 上查看↗

    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
    在 GitHub 上查看↗19,242
  • cschreib/snitchcschreib 的头像

    cschreib/snitch

    306在 GitHub 上查看↗

    Lightweight C++20 testing framework.

    C++
    在 GitHub 上查看↗306
  • cobraframework/pytest-cobracobraframework 的头像

    cobraframework/pytest-cobra

    27在 GitHub 上查看↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    在 GitHub 上查看↗27
  • cyclejs/cycle-time-travelcyclejs 的头像

    cyclejs/cycle-time-travel

    216在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗216
  • darklynx/request-basketsdarklynx 的头像

    darklynx/request-baskets

    424在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗424
  • boost-experimental/utboost-experimental 的头像

    boost-experimental/ut

    1,432在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,432
  • aniket-engg/sol-profilerAniket-Engg 的头像

    Aniket-Engg/sol-profiler

    29在 GitHub 上查看↗

    CLI Tool to List & Store Solidity Smart Contract Methods Attributes

    JavaScript
    在 GitHub 上查看↗29