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

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

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

bencherdev/bencher

0
View on GitHub↗
856 星标·41 分支·Rust·2 次浏览bencher.dev↗

Bencher

🐰 Bencher - Continuous Benchmarking

Features

  • 基础设施管理 - Continuous benchmarking tool for code.
  • Benchmarking Tools - Continuous benchmarking for CI pipelines.
  • Profiling and Benchmarking - Continuous benchmarking suite for detecting performance regressions.
  • Profiling Tools - Continuous benchmarking suite for CI.
  • 测试框架 - Continuous benchmarking tool.

Star 历史

bencherdev/bencher 的 Star 历史图表bencherdev/bencher 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Bencher 的开源替代方案

相似的开源项目,按与 Bencher 的功能重合度排序。
  • 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
  • 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
  • ellisonch/rust-stopwatchellisonch 的头像

    ellisonch/rust-stopwatch

    84在 GitHub 上查看↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    在 GitHub 上查看↗84
查看 Bencher 的所有 30 个替代方案→

常见问题解答

bencherdev/bencher 是做什么的?

🐰 Bencher - Continuous Benchmarking

bencherdev/bencher 的主要功能有哪些?

bencherdev/bencher 的主要功能包括:基础设施管理, Benchmarking Tools, Profiling and Benchmarking, Profiling Tools, 测试框架。

bencherdev/bencher 有哪些开源替代品?

bencherdev/bencher 的开源替代品包括: cong-or/hud — Find code blocking your Tokio workers. eBPF-powered, no instrumentation. koute/bytehound — Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track… bheisler/criterion.rs — Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a… bytedance/g3 — Enterprise-oriented Generic Proxy Solutions. ellisonch/rust-stopwatch — A stopwatch library for Rust. Used to time things. llogiq/flame — An intrusive flamegraph profiling tool for rust.