3 Repos
Standardized 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.
Explore 3 awesome GitHub repositories matching data & databases · Web Framework Performance Comparisons. Refine with filters or upvote what's useful.
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
Runs standardized benchmarks across many web frameworks to measure speed and scalability on tasks like JSON serialization and database access.
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.
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.