Skip to content

pytest_park.models

[docs] package pytest_park.models

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
from pytest_park.models.benchmark import (
    BenchmarkCase,
    BenchmarkDelta,
    BenchmarkRun,
    BenchmarkStats,
    GroupSummary,
    TrendPoint,
)

__all__ = [
    "BenchmarkCase",
    "BenchmarkDelta",
    "BenchmarkRun",
    "BenchmarkStats",
    "GroupSummary",
    "TrendPoint",
]