feat(test_panel): integrate scraped data

This commit is contained in:
Barrett Ruth 2025-09-19 20:41:19 -04:00
parent fe25b00537
commit 793063a68e
11 changed files with 160 additions and 40 deletions

View file

@ -13,14 +13,6 @@ class ProblemSummary:
name: str
@dataclass
class Problem:
id: str
name: str
timeout_ms: int
memory_mb: int
@dataclass
class ScrapingResult:
success: bool
@ -40,4 +32,4 @@ class TestsResult(ScrapingResult):
url: str
tests: list[TestCase]
timeout_ms: int
memory_mb: int
memory_mb: float