Skip to content

Commit 3855ef7

Browse files
committed
[benchmarks] use "unknown" suite for old results
This fixes the empty "" checkbox on the results html.
1 parent 6573918 commit 3855ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/benchmarks/benches/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Result:
2727
lower_is_better: bool = True
2828
git_hash: str = ""
2929
date: Optional[datetime] = None
30-
suite: str = ""
30+
suite: str = "Unknown"
3131

3232
@dataclass_json
3333
@dataclass

0 commit comments

Comments
 (0)