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

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

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

Open-source alternatives to Bencher

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

  • pawurb/hotpath-rspawurb 的头像

    pawurb/hotpath-rs

    1,542在 GitHub 上查看↗

    Quickly find bottlenecks in Rust - one profiler for CPU, time, memory, and async code.

    Rust
    在 GitHub 上查看↗1,542
  • koute/bytehoundkoute 的头像

    koute/bytehound

    4,791在 GitHub 上查看↗

    Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track allocations and deallocations. It records full call-stack traces for every memory operation to map allocations back to their originating source code. The project features a remote memory profiling system that streams capture data via network sockets to a separate machine, minimizing resource overhead on the target system. Analysis is supported by a specialized domain-specific query language used to automate the detection of memory patterns and anomalies. The tool covers heap al

    Cmemory-profilermemory-profilingprofiler
    在 GitHub 上查看↗4,791
  • ellisonch/rust-stopwatchellisonch 的头像

    ellisonch/rust-stopwatch

    84在 GitHub 上查看↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    在 GitHub 上查看↗84
  • nvzqz/divannvzqz 的头像

    nvzqz/divan

    1,416在 GitHub 上查看↗

    Fast and simple benchmarking for Rust projects

    Rustbenchmarkfastperformance
    在 GitHub 上查看↗1,416
  • bheisler/criterion.rsbheisler 的头像

    bheisler/criterion.rs

    5,485在 GitHub 上查看↗

    Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous

    Rustbenchmarkcriteriongnuplot
    在 GitHub 上查看↗5,485

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • bytedance/g3bytedance 的头像

    bytedance/g3

    879在 GitHub 上查看↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    在 GitHub 上查看↗879
  • cong-or/hudcong-or 的头像

    cong-or/hud

    172在 GitHub 上查看↗

    Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

    Rustasyncclidebugging
    在 GitHub 上查看↗172
  • llogiq/flamellogiq 的头像

    llogiq/flame

    730在 GitHub 上查看↗

    An intrusive flamegraph profiling tool for rust.

    Rust
    在 GitHub 上查看↗730
  • sharkdp/hyperfinesharkdp 的头像

    sharkdp/hyperfine

    28,316在 GitHub 上查看↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Rust
    在 GitHub 上查看↗28,316
  • dgryski/go-perfbookdgryski 的头像

    dgryski/go-perfbook

    10,902在 GitHub 上查看↗

    This project is a collection of educational resources and technical guides focused on Go performance optimization. It provides instruction on improving execution speed and reducing memory usage through code and architectural refinements. The guides cover advanced strategies for low-level programming, including the use of assembly for SIMD instructions and unsafe pointers for direct memory manipulation. It also details concurrency optimization techniques such as lock sharding and cache-line padding to reduce contention and improve hardware utilization. The material encompasses broad capabilit

    optimizationperformanceperformance-analysis
    在 GitHub 上查看↗10,902
  • agentofuser/ipfs-deployagentofuser 的头像

    agentofuser/ipfs-deploy

    1,172在 GitHub 上查看↗

    Zero-Config CLI to Deploy Static Websites to IPFS

    JavaScript
    在 GitHub 上查看↗1,172
  • ajenti/ajentiajenti 的头像

    ajenti/ajenti

    7,938在 GitHub 上查看↗

    Ajenti is a Linux server management panel that provides a centralized web-based dashboard for administering system configurations, services, and hardware resources. It functions as a system monitor and a remote administration tool for managing server infrastructure through a browser. The project includes a web-based terminal emulator for executing shell commands and a file manager for browsing and organizing the server filesystem. It also features a dedicated manager for deploying and controlling the lifecycle of Docker containers. The platform covers a broad range of administrative capabili

    Pythonadministrationajentiangular
    在 GitHub 上查看↗7,938
  • alco/mix-erlang-tasksalco 的头像

    alco/mix-erlang-tasks

    21在 GitHub 上查看↗

    Common tasks for Erlang projects that use Mix

    Elixir
    在 GitHub 上查看↗21
  • alex-seville/blanketalex-seville 的头像

    alex-seville/blanket

    1,396在 GitHub 上查看↗

    blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

    JavaScript
    在 GitHub 上查看↗1,396
  • airstruck/knifeairstruck 的头像

    airstruck/knife

    515在 GitHub 上查看↗

    A collection of useful micro-modules for Lua.

    Lua
    在 GitHub 上查看↗515
  • addyosmani/timing.jsaddyosmani 的头像

    addyosmani/timing.js

    1,481在 GitHub 上查看↗

    Navigation Timing API measurement helpers

    JavaScript
    在 GitHub 上查看↗1,481
  • ackee-blockchain/tridentAckee-Blockchain 的头像

    Ackee-Blockchain/trident

    392在 GitHub 上查看↗

    Rust-based framework to Fuzz Solana programs, designed to help you ship secure code.

    Rust
    在 GitHub 上查看↗392
  • airspeed-velocity/asvairspeed-velocity 的头像

    airspeed-velocity/asv

    1,006在 GitHub 上查看↗

    airspeed velocity

    Python
    在 GitHub 上查看↗1,006
  • alisoftware/ohhttpstubsAliSoftware 的头像

    AliSoftware/OHHTTPStubs

    5,068在 GitHub 上查看↗

    OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing application behavior without a live backend. It functions as a network request stubbing tool that captures outgoing network calls and replaces them with predefined mock data, custom status codes, and headers. The library distinguishes itself through its ability to simulate a wide range of network conditions, including artificial latency and connection failures. It supports dynamic response sequencing, allowing the tool to return a series of different responses for the same requ

    Objective-Ciosmockmock-server
    在 GitHub 上查看↗5,068
  • alicebob/miniredisalicebob 的头像

    alicebob/miniredis

    3,560在 GitHub 上查看↗

    Pure Go Redis server for Go unittests

    Gogoredisunittest
    在 GitHub 上查看↗3,560
  • aliyuncontainerservice/log-pilotAliyunContainerService 的头像

    AliyunContainerService/log-pilot

    1,433在 GitHub 上查看↗

    Collect logs for docker containers

    Go
    在 GitHub 上查看↗1,433
  • alkass/polishAlkass 的头像

    Alkass/polish

    59在 GitHub 上查看↗

    Testing Framework for Rust

    Rustrusttest-driven-developmenttesting-framework
    在 GitHub 上查看↗59
  • allegro/ralphallegro 的头像

    allegro/ralph

    2,503在 GitHub 上查看↗

    Ralph is the CMDB / Asset Management system for data center and back office hardware.

    Pythonassets-managementbackofficecmdb
    在 GitHub 上查看↗2,503
  • americanexpress/jest-image-snapshotamericanexpress 的头像

    americanexpress/jest-image-snapshot

    3,913在 GitHub 上查看↗

    jest-image-snapshot is a Node.js image testing library and visual comparison engine designed for visual regression testing within Jest. It provides a custom matcher to compare current images against baseline snapshots to identify pixel differences. The tool generates image diffs that highlight specific divergences between baseline and received snapshots. It includes mechanisms to update baseline images when changes are approved and allows for sensitivity tuning via pixel count, percentage thresholds, or blur to ignore noise. The library covers image snapshot management, including custom stor

    JavaScript
    在 GitHub 上查看↗3,913
  • angular/protractorangular 的头像

    angular/protractor

    8,694在 GitHub 上查看↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    JavaScriptangularend-to-endjavascript
    在 GitHub 上查看↗8,694
  • ansible/ansibleansible 的头像

    ansible/ansible

    68,968在 GitHub 上查看↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    在 GitHub 上查看↗68,968
  • anthonylloyd/cscheckAnthonyLloyd 的头像

    AnthonyLloyd/CsCheck

    205在 GitHub 上查看↗

    Random testing library for C#

    C#causal-profilingconcurrency-testingmetamorphic-testing
    在 GitHub 上查看↗205
  • antoniorodr/cronboardantoniorodr 的头像

    antoniorodr/cronboard

    1,395在 GitHub 上查看↗

    A terminal-based dashboard for managing cron jobs locally and on servers.

    Pythonclicroncron-job
    在 GitHub 上查看↗1,395
  • antonmi/especantonmi 的头像

    antonmi/espec

    816在 GitHub 上查看↗

    Elixir Behaviour Driven Development

    Elixir
    在 GitHub 上查看↗816
  • airbnb/okreplayA

    airbnb/okreplay

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