pytest_park.data.profiler
source module pytest_park.data.profiler
Classes
-
ProfilerLoadError — Raised when profiler artifacts cannot be loaded.
Functions
-
load_profiler_folder — Load profiler JSON files and return data grouped by run_id and case key.
source class ProfilerLoadError()
Bases : ValueError
Raised when profiler artifacts cannot be loaded.
source load_profiler_folder(folder: str | Path) → dict[str, dict[str, dict[str, Any]]]