awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

32 रिपॉजिटरी

Awesome GitHub RepositoriesBenchmarking Tools

Utilities for measuring code performance and execution speed.

Explore 32 awesome GitHub repositories matching part of an awesome list · Benchmarking Tools. Refine with filters or upvote what's useful.

Awesome Benchmarking Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/benchmarkgoogle का अवतार

    google/benchmark

    10,240GitHub पर देखें↗

    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

    Support library for micro-benchmarking C++ code.

    C++benchmark
    GitHub पर देखें↗10,240
  • mrdoob/stats.jsmrdoob का अवतार

    mrdoob/stats.js

    9,127GitHub पर देखें↗

    stats.js is a JavaScript performance monitor and visual diagnostic tool. It provides a real-time overlay for tracking frame rates, memory allocation, and the rendering efficiency of web graphics and applications. The project includes a visual meter for measuring frames per second and a browser memory profiler that displays allocated memory in megabytes to help detect resource leaks. It is designed as a web graphics debugger to monitor the efficiency of WebGL and Canvas rendering. The tool covers a range of monitoring and observability capabilities, including the creation of custom performanc

    Monitors code performance with a simple info box.

    JavaScript
    GitHub पर देखें↗9,127
  • bestiejs/benchmark.jsbestiejs का अवतार

    bestiejs/benchmark.js

    5,465GitHub पर देखें↗

    benchmark.js एक बेंचमार्किंग और सांख्यिकीय विश्लेषण लाइब्रेरी है जिसे JavaScript फ़ंक्शंस की निष्पादन गति को मापने और तुलना करने के लिए डिज़ाइन किया गया है। यह एक परफॉरमेंस मापन टूल के रूप में कार्य करता है जो विशिष्ट कोड कार्यान्वयन के लिए औसत निष्पादन समय, त्रुटि की सीमा और मानक विचलन की गणना करता है। यह लाइब्रेरी सापेक्ष गति निर्धारित करने के लिए बेंचमार्क परिणामों की तुलना करने के लिए क्षमताएं प्रदान करती है और संगठित टेस्ट सूट का प्रबंधन करती है जिन्हें थोक में चलाया, क्लोन किया या रीसेट किया जा सकता है। इसमें सांख्यिकीय विश्वसनीयता सुनिश्चित करने के लिए न्यूनतम नमूना आकार और अधिकतम रन समय को समायोजित करने के लिए सैंपलिंग प्रिसिजन कंट्रोल शामिल है। यह टूल एल्गोरिदम जटिलता विश्लेषण, निष्पादन समय ऑप्टिमाइज़ेशन और रिग्रेशन परीक्षण सहित परफॉरमेंस मूल्यांकन कार्यों की एक विस्तृत श्रृंखला को कवर करता है। इसमें कस्टम सेटअप और टियरडाउन फ़ंक्शंस को परिभाषित करने के लिए एक निष्पादन लाइफसाइकिल मैनेजर भी शामिल है और बेंचमार्क की शुरुआत और पूर्णता की निगरानी के लिए इवेंट लिसनर का उपयोग करता है।

    Standard library for benchmarking.

    JavaScript
    GitHub पर देखें↗5,465
  • paulirish/memory-stats.jspaulirish का अवतार

    paulirish/memory-stats.js

    2,093GitHub पर देखें↗

    minimal monitor for JS Heap Size via performance.memory

    Monitors JavaScript heap size usage.

    JavaScript
    GitHub पर देखें↗2,093
  • martinus/nanobenchmartinus का अवतार

    martinus/nanobench

    1,702GitHub पर देखें↗

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

    Fast and accurate microbenchmarking for C++11.

    C++
    GitHub पर देखें↗1,702
  • intel-hadoop/hibenchintel-hadoop का अवतार

    intel-hadoop/HiBench

    1,485GitHub पर देखें↗

    HiBench is a big data benchmark suite.

    Benchmark suite specifically for Hadoop environments.

    Java
    GitHub पर देखें↗1,485
  • addyosmani/timing.jsaddyosmani का अवतार

    addyosmani/timing.js

    1,481GitHub पर देखें↗

    Navigation Timing API measurement helpers

    Provides helpers for the Navigation Timing API.

    JavaScript
    GitHub पर देखें↗1,481
  • jsperf/jsperf.comjsperf का अवतार

    jsperf/jsperf.com

    1,299GitHub पर देखें↗

    jsperf.com v2. https://github.com/h5bp/lazyweb-requests/issues/174

    Compares JavaScript snippet performance via shared test cases.

    JavaScript
    GitHub पर देखें↗1,299
  • digitalinblue/celeroDigitalInBlue का अवतार

    DigitalInBlue/Celero

    861GitHub पर देखें↗

    C++ Benchmark Authoring Library/Framework

    Framework for authoring and running C++ micro-benchmarks.

    C++benchmarkbenchmark-testsc-plus-plus
    GitHub पर देखें↗861
  • bencherdev/bencherbencherdev का अवतार

    bencherdev/bencher

    856GitHub पर देखें↗

    🐰 Bencher - Continuous Benchmarking

    Continuous benchmarking for CI pipelines.

    Rustbenchmarkbenchmarkingcd
    GitHub पर देखें↗856
  • mdo/css-perfmdo का अवतार

    mdo/css-perf

    569GitHub पर देखें↗

    Archived. Derping around with measuring CSS performance.

    Tests CSS performance methodologies and techniques.

    HTML
    GitHub पर देखें↗569
  • logicalparadox/matchalogicalparadox का अवतार

    logicalparadox/matcha

    563GitHub पर देखें↗

    A caffeine driven, simplistic approach to benchmarking.

    Designs experiments to measure specific code performance.

    JavaScript
    GitHub पर देखें↗563
  • libnonius/noniuslibnonius का अवतार

    libnonius/nonius

    367GitHub पर देखें↗

    A C++ micro-benchmarking framework

    Micro-benchmarking framework for C++.

    C++
    GitHub पर देखें↗367
  • nickbruun/hayainickbruun का अवतार

    nickbruun/hayai

    363GitHub पर देखें↗

    C++ benchmarking framework

    Framework for creating C++ micro-benchmarks.

    C++
    GitHub पर देखें↗363
  • ibob/picobenchiboB का अवतार

    iboB/picobench

    234GitHub पर देखें↗

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

    Small microbenchmarking library for C++11.

    C++
    GitHub पर देखें↗234
  • p-ranav/criterionp-ranav का अवतार

    p-ranav/criterion

    232GitHub पर देखें↗

    Microbenchmarking for Modern C++

    Microbenchmarking framework for modern C++.

    C++
    GitHub पर देखें↗232
  • broofa/jslitmusbroofa का अवतार

    broofa/jslitmus

    165GitHub पर देखें↗

    Simple, easy, javascript benchmark testing

    Creates ad-hoc JavaScript benchmark tests.

    JavaScript
    GitHub पर देखें↗165
  • swimprojectucb/swimSWIMProjectUCB का अवतार

    SWIMProjectUCB/SWIM

    128GitHub पर देखें↗

    Statistical Workload Injector for MapReduce - Project at UC Berkeley AMP Lab

    Benchmark suite for real-world big data workloads.

    Java
    GitHub पर देखें↗128
  • unum-cloud/ucsbunum-cloud का अवतार

    unum-cloud/ucsb

    60GitHub पर देखें↗

    Wide NoSQL benchmark for RocksDB, LevelDB, Redis, WiredTiger and MongoDB extending the Yahoo Cloud Serving Benchmark

    Extended cloud serving benchmark for NoSQL databases.

    C++
    GitHub पर देखें↗60
  • mre/phpenchmre का अवतार

    mre/PHPench

    54GitHub पर देखें↗

    Realtime benchmarks for PHP code

    Plots PHP function runtime performance in real time.

    PHP
    GitHub पर देखें↗54
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Benchmarking Tools