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

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

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

Open-source alternatives to Microprofile

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

  • meekrosoft/fffmeekrosoft 的头像

    meekrosoft/fff

    922在 GitHub 上查看↗

    A testing micro framework for creating function test doubles

    C
    在 GitHub 上查看↗922
  • martinus/nanobenchmartinus 的头像

    martinus/nanobench

    1,702在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,702
  • libcheck/checklibcheck 的头像

    libcheck/check

    1,167在 GitHub 上查看↗

    A unit testing framework for C

    C
    在 GitHub 上查看↗1,167
  • 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
  • siu/minunitsiu 的头像

    siu/minunit

    635在 GitHub 上查看↗

    Minimal unit testing framework for C

    C
    在 GitHub 上查看↗635
  • dascandy/hippomocksdascandy 的头像

    dascandy/hippomocks

    201在 GitHub 上查看↗

    Hippomocks

    C++
    在 GitHub 上查看↗201
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • ibob/picobenchiboB 的头像

    iboB/picobench

    234在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗234
  • libnonius/noniuslibnonius 的头像

    libnonius/nonius

    367在 GitHub 上查看↗

    A C++ micro-benchmarking framework

    C++
    在 GitHub 上查看↗367
  • 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
  • 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
  • celtoys/remoteryCeltoys 的头像

    Celtoys/Remotery

    3,303在 GitHub 上查看↗

    Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer

    C
    在 GitHub 上查看↗3,303
  • digitalinblue/celeroDigitalInBlue 的头像

    DigitalInBlue/Celero

    861在 GitHub 上查看↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    在 GitHub 上查看↗861
  • stepci/stepcistepci 的头像

    stepci/stepci

    1,860在 GitHub 上查看↗

    Automated API Testing and Quality Assurance

    TypeScript
    在 GitHub 上查看↗1,860
  • 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
  • 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
  • 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
  • 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
  • cpputest/cpputestcpputest 的头像

    cpputest/cpputest

    1,472在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,472
  • 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
  • stdlib-js/stdlibstdlib-js 的头像

    stdlib-js/stdlib

    5,735在 GitHub 上查看↗
    JavaScriptjavascriptjslibrary
    在 GitHub 上查看↗5,735
  • missing-semester/missing-semestermissing-semester 的头像

    missing-semester/missing-semester

    5,525在 GitHub 上查看↗

    The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical computer science and the practical tooling every software engineer needs. Organized as a structured course, it covers Unix shell mastery, version control with Git, software debugging and profiling, system administration fundamentals, and computer security practices — the skills often left out of traditional degree programs. The project is maintained as a collaborative set of lecture notes, exercises, and guides that function as both a professional development tools course and a Uni

    CSS
    在 GitHub 上查看↗5,525
  • eliangcs/http-prompteliangcs 的头像

    eliangcs/http-prompt

    9,098在 GitHub 上查看↗

    http-prompt is an interactive HTTP client and API testing CLI designed for constructing and debugging network requests to REST and GraphQL endpoints. It functions as a command-line request builder and a shell extension built on top of HTTPie. The tool provides an interactive shell interface featuring request autocomplete and real-time syntax highlighting for requests and responses. It incorporates stateful session management to maintain request history and session data across multiple commands. The project covers API request automation and REST API debugging, allowing users to send and verif

    Python
    在 GitHub 上查看↗9,098
  • dmitribogdanov/utlDmitriBogdanov 的头像

    DmitriBogdanov/UTL

    335在 GitHub 上查看↗

    Collection of self-contained header-only libraries for C++17

    C++
    在 GitHub 上查看↗335
  • bojand/ghzbojand 的头像

    bojand/ghz

    3,339在 GitHub 上查看↗

    gRPC benchmarking and load testing tool.

    Go
    在 GitHub 上查看↗3,339
  • deplinenoise/ig-debugheapdeplinenoise 的头像

    deplinenoise/ig-debugheap

    185在 GitHub 上查看↗

    Debug heap useful for tracking down memory errors.

    C
    在 GitHub 上查看↗185
  • buttercam/mediatorB

    ButterCam/Mediator

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • duaraghav8/ethlintduaraghav8 的头像

    duaraghav8/Ethlint

    922在 GitHub 上查看↗

    (Formerly Solium) Code quality & Security Linter for Solidity

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

    darklynx/request-baskets

    424在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗424
  • buoyantio/strest-grpcB

    BuoyantIO/strest-grpc

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0