Skip to content

Commit 7bf79fd

Browse files
committed
try to trigger aggregate
1 parent a4f1d5e commit 7bf79fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarking/aggregate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def csv_samples() -> list[str]:
5959
test_case = s["TestCase"]
6060
# Construct entry in aggregate_s for test case if it does not
6161
# exist already:
62-
if not in aggregate_s:
62+
if test_case not in aggregate_s:
6363
aggregate_s[test_case] = \
6464
{ metric: StreamingMedian() for metric in common.metrics_variance }
6565

0 commit comments

Comments
 (0)