distributed-system-analysis / run-perf

This project should help with executing the same tasks on pre-defined scenarios/profiles. In case the tasks provide pbench-like json results it also allows tools to analyse and compare the results with main focus on monitoring performance in time. The main usecase of this tool is a performance regression CI.

Home Page:https://run-perf.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html report filters do not work

ldoktor opened this issue · comments

Description of problem:
For some reason the html filters only work after toggling the stddev filter.

Version-Release number of selected component (if applicable):
ea93233

How reproducible:
Always

Steps to Reproduce:

  1. Generate html report with "compare-perf"
  2. In the Failures table change some filters (eg. +good)

Actual results:
Nothing changes. After changing the stddev filter the filters do change though.

Expected results:
Filters should change immediately.

Additional info: