redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

Fix summary report #758

Closed ebattat closed 10 months ago

ebattat commented 10 months ago

Type of change

Note: Fill x in []

Description

  1. Add hammerdb LSO run result (PostgreSQL)
  2. Add storage type column
  3. Move dashboard url to bottom
  4. Add dates/uuid in version table
  5. colorized scale for percentages accordingly: [positive: green]
            if val < -50:
                color = 'red'
            elif val < -10:
                color = 'orange'
            elif val < 0:
                color = 'black'
            else:
                color = 'green'
  6. Update html report with relevant versions - plan to upload it in the future to shared storage

For security reasons, all pull requests need to be approved first before running any automated CI