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

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

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

29 रिपॉजिटरी

Awesome GitHub RepositoriesBenchmarks

Standardized datasets and metrics used to evaluate and compare the performance or capabilities of software systems.

Explore 29 awesome GitHub repositories matching testing & quality assurance · Benchmarks. Refine with filters or upvote what's useful.

Awesome Benchmarks GitHub Repositories

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

    thedotmack/claude-mem

    82,698GitHub पर देखें↗

    Claude-mem is an agentic memory persistence system designed to provide AI assistants with long-term context across multiple development sessions. It functions as a background orchestrator that captures, summarizes, and indexes interaction history, allowing models to maintain continuity and recall technical decisions from past tasks. By utilizing a vector-augmented context engine, the system injects relevant historical observations into active sessions, ensuring that AI agents remain informed without exceeding finite token budgets. The project distinguishes itself through an endless memory arc

    Provides tools to compare token usage and tool call frequency across tasks.

    JavaScriptaiai-agentsai-memory
    GitHub पर देखें↗82,698
  • burntsushi/ripgrepBurntSushi का अवतार

    BurntSushi/ripgrep

    65,112GitHub पर देखें↗

    ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes itself through a focus on execution speed and intelligent file handling. It utilizes a finite automata-based regular expression engine to ensure linear time complexity and employs hardware-level acceleration for literal byte sequence scanning. By integrating with version control sy

    Demonstrates superior search speeds compared to traditional tools, serving as a high-performance alternative for large codebases.

    Rustclicommand-linecommand-line-tool
    GitHub पर देखें↗65,112
  • keras-team/keraskeras-team का अवतार

    keras-team/keras

    64,094GitHub पर देखें↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Quantifies computational efficiency and execution speed across various hardware backends to identify optimal configurations for complex models.

    Pythondata-sciencedeep-learningjax
    GitHub पर देखें↗64,094
  • crewaiinc/crewaicrewAIInc का अवतार

    crewAIInc/crewAI

    53,687GitHub पर देखें↗

    CrewAI is a multi-agent orchestration framework designed for building autonomous systems that execute complex, multi-step workflows. It provides a development platform where specialized agents are defined with specific roles, goals, and tool sets to perform tasks collaboratively. By leveraging a declarative workflow engine, the system manages task dependencies, state transitions, and execution logic, allowing for the creation of structured, stateful sequences of operations. The framework distinguishes itself through its hierarchical management capabilities, which utilize manager agents to coo

    CrewAI evaluates system efficiency by running multiple iterations to generate detailed metrics on task scores and execution times.

    Pythonagentsaiai-agents
    GitHub पर देखें↗53,687
  • ethereum/go-ethereumethereum का अवतार

    ethereum/go-ethereum

    51,178GitHub पर देखें↗

    Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data, utilizing a persistent Merkle Patricia Trie database to ensure the cryptographic integrity of historical records. As a sandboxed smart contract runtime, it executes bytecode according to deterministic protocol rules, enabling the deployment and interaction of decentralized appl

    Geth provides a no-op tracer to measure execution overhead or verify tracer infrastructure without collecting additional transaction data during the execution process.

    Goblockchainethereumgeth
    GitHub पर देखें↗51,178
  • grpc/grpcgrpc का अवतार

    grpc/grpc

    44,891GitHub पर देखें↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    Executes performance benchmarks using worker processes to calculate latency and throughput metrics.

    C++
    GitHub पर देखें↗44,891
  • wg/wrkwg का अवतार

    wg/wrk

    40,327GitHub पर देखें↗

    This project is a command-line HTTP load testing tool designed to measure the throughput and latency of web servers under high-concurrency conditions. It functions as a multi-threaded benchmarking engine that simulates thousands of simultaneous connections to evaluate server performance, identify bottlenecks, and determine capacity limits. The tool distinguishes itself through a shared-nothing thread architecture that isolates state within individual threads to eliminate lock contention during high-frequency request generation. It utilizes a non-blocking event loop and low-latency socket poll

    Utilizes multiple CPU cores to simulate thousands of simultaneous connections against a target service.

    C
    GitHub पर देखें↗40,327
  • microsoft/bitnetmicrosoft का अवतार

    microsoft/BitNet

    39,327GitHub पर देखें↗

    BitNet is a quantized inference engine designed to execute highly compressed language models by performing arithmetic on low-precision, bit-level weight data. It functions as a model optimization toolkit and a high-performance kernel library, enabling the execution of large language models on consumer hardware by reducing memory footprints and increasing processing speeds. The project distinguishes itself through hardware-specific kernel optimizations that leverage native processor instructions to accelerate matrix multiplication. By utilizing packed integer arithmetic and memory-aligned weig

    Compares computational speed and throughput of custom kernels against standard baseline implementations.

    Python
    GitHub पर देखें↗39,327
  • solidjs/solidsolidjs का अवतार

    solidjs/solid

    35,621GitHub पर देखें↗

    Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing a compile-time template transformation process, it converts JSX into direct DOM manipulation instructions, eliminating the need for a virtual tree. This architecture allows the framework to track dependencies at the individual element level, ensuring that state changes trigger surgical updates to the interface. The framework distinguishes itself through its isomorphic rendering pipeline, which shares reactive logic across server and client environments to support both initial

    Includes standardized benchmarks to evaluate UI performance against other frameworks.

    TypeScriptdeclarativefine-grainedjavascript
    GitHub पर देखें↗35,621
  • huggingface/diffusershuggingface का अवतार

    huggingface/diffusers

    33,872GitHub पर देखें↗

    Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu

    Provides utilities to calculate latency and memory usage for model forward passes to evaluate computational efficiency.

    Pythondeep-learningdiffusionflux
    GitHub पर देखें↗33,872
  • kovidgoyal/kittykovidgoyal का अवतार

    kovidgoyal/kitty

    33,462GitHub पर देखें↗

    Kitty is a high-performance, GPU-accelerated terminal emulator designed to provide a consistent and extensible workspace across different operating systems. It leverages graphics hardware to render text, images, and complex layouts with low latency, while providing a robust environment for demanding command-line workflows. The project distinguishes itself through its integrated workspace management and programmable interface. It functions as a tiling window manager that organizes terminal windows, tabs, and layouts into persistent, keyboard-driven sessions. Users can automate complex workflow

    Evaluates parsing and rendering speeds by streaming large volumes of data.

    Pythoncgogolang
    GitHub पर देखें↗33,462
  • open-mmlab/mmdetectionopen-mmlab का अवतार

    open-mmlab/mmdetection

    32,756GitHub पर देखें↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Benchmarks model training and inference performance by measuring throughput, memory usage, and accuracy.

    Pythoncascade-rcnnconvnextdetr
    GitHub पर देखें↗32,756
  • surrealdb/surrealdbsurrealdb का अवतार

    surrealdb/surrealdb

    32,397GitHub पर देखें↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    Measures performance across various data models by comparing CRUD, batch, and scan operations against multiple database systems.

    Rustbackend-as-a-servicecloud-databasedatabase
    GitHub पर देखें↗32,397
  • qdrant/qdrantqdrant का अवतार

    qdrant/qdrant

    32,372GitHub पर देखें↗

    Qdrant is a high-performance vector similarity database designed to store, index, and search high-dimensional vectors alongside structured metadata. It functions as a distributed search engine that manages large-scale data clusters, providing low-latency retrieval and complex filtering capabilities. The system is built to serve as a specialized middleware layer, connecting machine learning pipelines and AI agents to persistent storage for intelligent information retrieval and recommendation tasks. The platform distinguishes itself through advanced retrieval techniques, including support for h

    Automates recall evaluation by comparing approximate search results against exact kNN results in CI pipelines.

    Rustai-searchai-search-engineembeddings-similarity
    GitHub पर देखें↗32,372
  • xiu2/cloudflarespeedtestXIU2 का अवतार

    XIU2/CloudflareSpeedTest

    27,357GitHub पर देखें↗

    This project is a command-line utility designed to benchmark and optimize network connectivity by identifying the fastest available content delivery network nodes. It performs concurrent latency probing and speed testing across large pools of IP addresses to evaluate real-world performance based on your specific geographic location and network environment. Beyond simple benchmarking, the tool functions as an automated configuration manager that synchronizes your network settings with the best-performing endpoints discovered during testing. It integrates with external DNS management services t

    Measures latency and download speeds across global content delivery networks to identify optimal connection endpoints.

    Gocdncloudflarego
    GitHub पर देखें↗27,357
  • qwenlm/qwen3QwenLM का अवतार

    QwenLM/Qwen3

    27,324GitHub पर देखें↗

    Qwen3 is a transformer-based large language model designed as a generative AI foundation for understanding, reasoning, and generating human language. It functions as a comprehensive ecosystem for model training, fine-tuning, and production-ready inference, providing the underlying architecture and weights necessary to build diverse artificial intelligence applications. The project distinguishes itself through extensive support for model quantization and distributed inference, enabling efficient execution across a wide range of hardware from consumer-grade devices to scalable cloud infrastruct

    Speed Benchmark — a named example documented in this learning resource.

    Python
    GitHub पर देखें↗27,324
  • labring/fastgptlabring का अवतार

    labring/FastGPT

    27,132GitHub पर देखें↗

    FastGPT is a comprehensive platform for building, deploying, and managing context-aware artificial intelligence applications. It provides a unified environment that integrates custom data sources with language models, utilizing a retrieval-augmented generation engine to ground responses in accurate, domain-specific information. The system is designed for enterprise-scale use, featuring multi-tenant architecture, administrative controls, and secure authentication protocols including OAuth 2.0 and custom single sign-on integration. The platform distinguishes itself through a visual, node-based

    The platform provides application performance evaluation by defining scoring models and uploading datasets to automate the assessment of application accuracy and quality.

    TypeScriptagentclaudedeepseek
    GitHub पर देखें↗27,132
  • openfaas/faasopenfaas का अवतार

    openfaas/faas

    26,092GitHub पर देखें↗

    OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,

    You can write a custom log provider and configure the OpenFaaS Gateway to use it. A log provider is an HTTP server that provides a /system/logs endpoint that supports a GET request with the following query parameters

    Godockerfaasfunctions
    GitHub पर देखें↗26,092
  • nsqio/nsqnsqio का अवतार

    nsqio/nsq

    25,738GitHub पर देखें↗

    NSQ is a distributed, brokerless messaging platform designed for high-throughput, fault-tolerant communication. By utilizing a decentralized topology, it eliminates single points of failure and allows for horizontal scaling across clusters. The system organizes message streams into topics and channels, effectively decoupling producers from consumers to support both streaming and job-oriented workloads. The platform distinguishes itself through a lookup-service-based discovery mechanism that enables clients to dynamically locate producers at runtime without requiring centralized coordination.

    Aggregates throughput metrics from multiple nodes to evaluate distributed system capacity.

    Godistributed-systemsgomessage-queue
    GitHub पर देखें↗25,738
  • haotian-liu/llavahaotian-liu का अवतार

    haotian-liu/LLaVA

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

    LLaVA is a multimodal large language model architecture designed to process and interpret both image and text inputs to generate natural language responses. It functions as a research-oriented platform for visual instruction tuning, providing a framework to align language models with human intent through training on diverse datasets of paired images and text queries. The system distinguishes itself through a specialized vision-language training pipeline that connects visual data to language models using projection layers and instruction-based fine-tuning. It supports distributed inference by

    Compares generated responses against ground truth data using automated metrics.

    Pythonchatbotchatgptfoundation-models
    GitHub पर देखें↗24,465
पिछला12अगला
  1. Home
  2. Testing & Quality Assurance
  3. Performance Testing and Analysis
  4. Benchmarks

सब-टैग एक्सप्लोर करें

  • Benchmark Data Generators2 सब-टैग्सFunctions for creating deterministic datasets based on industry benchmarks. **Distinct from Benchmarks:** Distinct from Benchmarks: focuses on the generation of data rather than the metrics themselves.
  • Model PerformanceProcedures for evaluating the computational efficiency of machine learning models across different hardware backends.
  • Performance ClaimsDocumentation or assertions regarding the speed and efficiency of the software compared to alternatives.