awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesPerformance Benchmarking

Utilities and methodologies for measuring and comparing database execution speeds and resource utilization.

Distinct from Database Performance Utilities: Distinct from Database Performance Utilities: focuses on the act of measuring and quantifying performance rather than the tools used to optimize it.

Explore 7 awesome GitHub repositories matching data & databases · Performance Benchmarking. Refine with filters or upvote what's useful.

Awesome Performance Benchmarking GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/sql-server-samplesAvatar microsoft

    microsoft/sql-server-samples

    11,122Vezi pe GitHub↗

    This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas for SQL Server, Azure SQL, and Azure Synapse. It focuses on providing standardized implementation patterns and reference code for building relational databases and cloud data warehouses. The library distinguishes itself by offering specialized guides and examples for deploying database instances within containerized environments and Azure cloud services. It includes specific reference databases and language extensions for integrating machine learning services and advanced analy

    Implements performance testing to measure memory and disk retrieval speeds for optimizing data processing.

    Vezi pe GitHub↗11,122
  • techempower/frameworkbenchmarksAvatar TechEmpower

    TechEmpower/FrameworkBenchmarks

    8,112Vezi pe GitHub↗

    TechEmpower FrameworkBenchmarks is an open-source project that provides a standardized, reproducible suite for measuring and comparing the performance of web frameworks across many languages. At its core, it defines a set of common server-side tasks—such as JSON serialization, database queries, and server-side template rendering—and executes them uniformly against hundreds of framework implementations to produce comparable throughput and latency metrics. The project is built around a multi-language benchmark harness that automates the full test lifecycle, from dependency installation and serve

    Tests measuring database read, write, and query performance across multiple database backends.

    C++benchmarkframeworkframeworkbenchmarks
    Vezi pe GitHub↗8,112
  • krausest/js-framework-benchmarkAvatar krausest

    krausest/js-framework-benchmark

    7,434Vezi pe GitHub↗

    This project is a suite of analytical tools for quantifying web performance, specifically designed for benchmarking the rendering speed and memory usage of various JavaScript frameworks. It provides a standardized set of DOM manipulation tests and a comparison tool that uses weighted geometric means to measure efficiency across different web implementations. The benchmark harness distinguishes itself by providing deep analysis of DOM reconciliation strategies, comparing the performance and correctness of keyed versus non-keyed rendering. It also includes a memory profiler for tracking allocat

    Provides a reporting system that compares the speed and scalability of different web framework implementations.

    JavaScript
    Vezi pe GitHub↗7,434
  • the-benchmarker/web-frameworksAvatar the-benchmarker

    the-benchmarker/web-frameworks

    7,087Vezi pe GitHub↗

    This project is a web framework performance benchmark suite and automated benchmarking orchestrator. It serves as a multi-language performance analysis tool designed to measure execution speed, throughput, and latency across various HTTP libraries and programming ecosystems. The system functions as an HTTP framework comparison tool that evaluates relative efficiency using consistent hardware and request patterns. It automates the build, deployment, and execution cycles necessary to collect stable performance data and compute metrics such as error rates and latency percentiles. The suite eval

    Provides standardized benchmarks to compare the speed and scalability of different web frameworks.

    PHPbenchmarkframeworkhttp
    Vezi pe GitHub↗7,087
  • akopytov/sysbenchAvatar akopytov

    akopytov/sysbench

    6,744Vezi pe GitHub↗

    sysbench is a database and system benchmark tool used to measure the throughput and latency of database systems and hardware components. It functions as a multi-threaded workload generator and hardware performance profiler designed to determine how systems perform under heavy load. The project serves as a scriptable benchmark engine, allowing for the definition of custom performance scenarios through scripts. It simulates real-world traffic patterns by generating random data based on mathematical probability distributions, such as Zipfian, Gaussian, or Pareto. Capabilities cover database per

    Measures throughput and latency by running synthetic workloads and transactions against database systems to test speed and scalability.

    C
    Vezi pe GitHub↗6,744
  • nodejs/node-addon-apiAvatar nodejs

    nodejs/node-addon-api

    2,400Vezi pe GitHub↗

    Acest proiect oferă un wrapper C++ „header-only” pentru Node-API, servind drept framework pentru construirea de addon-uri native de înaltă performanță pentru Node.js. Acționează ca o punte între C++ și JavaScript, oferind o interfață orientată pe obiecte care simplifică crearea de extensii compilate, gestionând în același timp complexitățile graniței dintre limbaje. Biblioteca se distinge prin oferirea de abstracțiuni „type-safe” pentru marshalling-ul datelor și gestionarea memoriei, asigurându-se că obiectele native și cele de pe partea de script sunt urmărite și recuperate corect. Include mecanisme pentru coordonarea sarcinilor asincrone între thread-urile de fundal și event loop-ul principal, prevenind coruperea datelor în timp ce se deleagă calculele intensive. Mai mult, mapează excepțiile native la tipurile standard de eroare din script, asigurând raportarea diagnostică consistentă și gestionarea eșecurilor. Dincolo de capabilitățile sale de bază de bridging, proiectul susține întregul ciclu de viață al dezvoltării native, inclusiv expunerea claselor și metodelor C++ către runtime-ul JavaScript. Oferă instrumente pentru gestionarea ciclurilor de viață ale mediului, automatizarea migrațiilor de cod și executarea de benchmark-uri de performanță pentru a evalua comportamentul componentelor native.

    Provides utilities for measuring and comparing the performance of native code components.

    C++nodenodejs
    Vezi pe GitHub↗2,400
  • realm/realm-kotlinAvatar realm

    realm/realm-kotlin

    1,092Vezi pe GitHub↗

    Realm Kotlin is a local, object-oriented NoSQL database engine designed for Kotlin Multiplatform applications. It enables developers to persist structured application data directly as objects, eliminating the need for traditional relational table structures while ensuring information remains accessible during offline periods. The library distinguishes itself through a compiler-plugin-based architecture that maps standard language classes to database models at compile time. It utilizes zero-copy memory mapping and a lazy-loading query engine to manage data efficiently, while a shared C++ core

    Includes integrated microbenchmarking tools for mobile devices to track execution speed and identify performance bottlenecks.

    Kotlinandroidandroid-librarydatabase
    Vezi pe GitHub↗1,092
  1. Home
  2. Data & Databases
  3. Database Performance Utilities
  4. Performance Benchmarking

Explorează sub-etichetele

  • Multi-Backend Database BenchmarksTests measuring database read, write, and query performance across multiple database backends. **Distinct from Performance Benchmarking:** Distinct from Performance Benchmarking: focuses on comparing multiple database backends, not general database performance measurement.
  • Online Transactional SimulationsSimulation of online transactional processing patterns to evaluate database concurrency and scalability. **Distinct from Performance Benchmarking:** Distinct from Performance Benchmarking: specifically focuses on simulating transactional (OLTP) behavior rather than general execution speed.
  • Web Framework Performance ComparisonsStandardized benchmarks that compare the speed and scalability of different web frameworks on common server-side tasks. **Distinct from Performance Benchmarking:** Distinct from Performance Benchmarking: focuses specifically on comparing web frameworks rather than general database or system performance.