An open API service indexing awesome lists of open source software.

awesome-performance-engineering

A curated, opinionated collection of tools and resources dedicated to Performance Engineering, covering both Observability and Performance Testing.
https://github.com/be-next/awesome-performance-engineering

Last synced: 5 days ago
JSON representation

  • Performance Testing

    • Service Virtualization and Mocking

      • Microcks - 🟢🔵 Kubernetes-native API mocking and testing importing OpenAPI, AsyncAPI, gRPC, and GraphQL contracts.
    • Synthetic Data Generation

      • Faker - ⭐🟢 Realistic fake data generation for JavaScript/TypeScript with massive locale support.
      • DataFaker - 🟢 Modern Java data generation library with expression-based generation.
      • Mimesis - 🟢🚀 High-performance fake data generator for Python with strong locale support.
      • Neosync - 🔵 Open-source platform for anonymizing production data and generating synthetic datasets.
    • System & Infrastructure Benchmarking

      • fio - ⭐🟢🚀 Reference I/O benchmarking tool with configurable workloads and multiple engines (libaio, io_uring).
      • stress-ng - 🟢🚀 System stress testing tool with 300+ methods covering CPU, memory, I/O, and network.
      • Phoronix Test Suite - 🟢 Comprehensive benchmarking platform with 500+ test profiles and result comparison.
      • iperf3 - ⭐🟢🚀 Network bandwidth measurement tool for TCP/UDP throughput testing.
    • Tools & Integrations