Skip to content

pytest_park.data.benchmarks

source module pytest_park.data.benchmarks

Classes

Functions

source class BenchmarkLoadError()

Bases : ValueError

Raised when a benchmark artifact cannot be parsed.

source load_benchmark_folder(folder: str | Path, original_postfix: str | None = None, reference_postfix: str | None = None)list[BenchmarkRun]

Load pytest-benchmark JSON artifacts from a folder recursively.

Raises