We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faabeac commit 1bfff17Copy full SHA for 1bfff17
scripts/benchmarks/benches/result.py
@@ -27,7 +27,7 @@ class Result:
27
lower_is_better: bool = True
28
git_hash: str = ""
29
date: Optional[datetime] = None
30
- suite: str = ""
+ suite: str = "Unknown"
31
32
@dataclass_json
33
@dataclass
0 commit comments