MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / PerformanceIssue

Class PerformanceIssue

testing/test_analyzer.py:51–57  ·  view source on GitHub ↗

Represents a test performance issue.

Source from the content-addressed store, hash-verified

49
50@dataclass
51class PerformanceIssue:
52 """Represents a test performance issue."""
53 test_name: str
54 duration: float
55 category: str
56 bottleneck_type: str # SETUP, EXECUTION, TEARDOWN
57 optimization_suggestion: str
58
59@dataclass
60class TestAnalysisReport:

Callers 1

Calls

no outgoing calls

Tested by 1