Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List packages with benchmarks #1634

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 22, 2024

  1. List packages with benchmarks

    For someone to run benchmarks or ingest sample data it is currently not easy to find the packages that have templates for benchmarks available. This is a quick POC on how the list of integrations with benchmarks can be generated. Some ideas on how this could be used:
    
    * Add the list to the docs page around streaming data. Downside is that it needs to be manually (or automatically) updated from time to time
    * Add some command to elastic-package to list the packages with templates
    * Other ideas?
    
    The current output of the script looks as following:
    
    ```
    python list_benchmark_packages.py
    
    Package: nginx
    * stubstatus-benchmark
    * error-benchmark
    
    Package: mysql
    * performance-benchmark
    
    Package: aws
    * sqs-benchmark
    * ec2metrics-benchmark
    * billing-benchmark
    * ec2logs-benchmark
    
    Package: kubernetes
    * container-benchmark
    * pod-benchmark
    ruflin committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    74e8fdb View commit details
    Browse the repository at this point in the history