awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesBaseline-Comparison Profiling

Resource profiling that identifies performance regressions by comparing current metrics against a known system baseline.

Distinct from CPU Profilers: Adds the baseline-comparison logic to standard CPU/memory profiling.

Explore 6 awesome GitHub repositories matching development tools & productivity · Baseline-Comparison Profiling. Refine with filters or upvote what's useful.

Awesome Baseline-Comparison Profiling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • coroot/corootAvatar de coroot

    coroot/coroot

    7,400Ver en GitHub↗

    Coroot is an observability platform and Kubernetes performance monitor that utilizes eBPF to automatically collect metrics, logs, and traces without requiring manual code instrumentation. It functions as an OpenTelemetry trace analyzer and an LLM observability gateway, exposing system health data to large language models through the Model Context Protocol. The platform differentiates itself by combining automated root cause analysis and AI-driven diagnostics to investigate performance regressions. It also includes a cloud cost monitoring tool that attributes infrastructure spending to specifi

    Identifies specific lines of code causing resource spikes by comparing current behavior against a system baseline.

    Goaialertingapm
    Ver en GitHub↗7,400
  • nswbmw/node-in-debuggingAvatar de nswbmw

    nswbmw/node-in-debugging

    6,457Ver en GitHub↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    Generates differential flame graphs to highlight changes in CPU usage between different code versions.

    debugdebuggingguide
    Ver en GitHub↗6,457
  • enablesecurity/wafw00fAvatar de EnableSecurity

    EnableSecurity/wafw00f

    6,414Ver en GitHub↗

    WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

    Compares benign and malicious request responses to detect WAF interference.

    Python
    Ver en GitHub↗6,414
  • bheisler/criterion.rsAvatar de bheisler

    bheisler/criterion.rs

    5,485Ver en GitHub↗

    Criterion es una biblioteca de microbenchmarking basada en estadísticas y una herramienta de regresión de rendimiento para Rust. Proporciona un framework para aislar y medir pequeños segmentos de código, utilizando análisis estadístico para eliminar el ruido y garantizar mediciones fiables y repetibles de la velocidad de ejecución. La herramienta destaca por su suite de visualización de rendimiento, que genera informes HTML y gráficos para seguir las tendencias de rendimiento y el throughput. Incluye un sistema para comparar los tiempos de ejecución actuales con líneas base almacenadas para identificar y prevenir caídas de rendimiento. La biblioteca cubre la medición de funciones asíncronas, benchmarking parametrizado para escalado de entrada y cálculo de throughput de código. También admite la integración de métricas de hardware personalizadas y contadores de procesador para capturar datos de bajo nivel durante las ejecuciones. La automatización es compatible mediante una interfaz de línea de comandos para el filtrado de benchmarks y un modo de validación para verificar la ejecución exitosa dentro de pipelines de integración continua.

    Identifies performance regressions by comparing current measurement results against stored baseline files.

    Rustbenchmarkcriteriongnuplot
    Ver en GitHub↗5,485
  • anthropics/original_performance_takehomeAvatar de anthropics

    anthropics/original_performance_takehome

    3,488Ver en GitHub↗

    This project is an algorithmic performance benchmarking tool and execution cycle simulator. It functions as a complexity analysis framework that measures code execution speed using simulated clock cycles to evaluate algorithmic efficiency against established performance baselines. The tool provides deterministic measurements of computational work and time complexity by tracking virtual clock cycles rather than real time. It utilizes a threshold-driven test suite to validate whether specific code implementations meet required performance cycle targets. The framework covers execution speed pro

    Compares current execution costs against pre-defined cycle thresholds to identify performance regressions.

    Python
    Ver en GitHub↗3,488
  • jrfonseca/gprof2dotAvatar de jrfonseca

    jrfonseca/gprof2dot

    3,434Ver en GitHub↗

    gprof2dot is a performance graph generator and visualizer that converts gprof GNU profiler execution profiles into Graphviz DOT files. It transforms raw profiler data into a directed graph to map function call hierarchies and identify software bottlenecks. The tool employs heuristic-based color mapping to highlight performance hotspots by assigning colors to nodes and edges based on execution time percentages. It also supports differential profile analysis, allowing for the comparison of two distinct execution graphs to identify changes in timing and call counts between runs. To improve visu

    Identifies performance regressions by comparing current execution profiles against a known baseline.

    Pythonc-plus-plusgraphprofiling
    Ver en GitHub↗3,434
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Performance and Resource Profilers
  6. CPU Profilers
  7. Baseline-Comparison Profiling

Explorar subetiquetas

  • HTTP Baseline ComparatorsEstablishes a baseline response from benign requests to distinguish WAF-altered behavior. **Distinct from Baseline-Comparison Profiling:** Distinct from Baseline-Comparison Profiling: focuses on HTTP response comparison for WAF detection, not CPU/memory profiling.