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

Add selftests

ldoktor opened this issue · comments

Let's add a simple selftest with a dummy profile (Localhost can be probably used) and a dummy test that would generate 3 results, identify them and then compare them.

The rest of the code (tests/plugins/setup/utils) should be covered at least partially via unit tests.