File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def git_ab_test_host_command(
160
160
161
161
162
162
def set_did_not_grow_comparator (
163
- set_generator : Callable [[CommandReturn ], set ]
163
+ set_generator : Callable [[CommandReturn ], set ],
164
164
) -> Callable [[CommandReturn , CommandReturn ], bool ]:
165
165
"""Factory function for comparators to use with git_ab_test_command that converts the command output to sets
166
166
(using the given callable) and then checks that the "B" set is a subset of the "A" set
Original file line number Diff line number Diff line change 49
49
# block latencies if guest uses async request submission
50
50
{"fio_engine" : "libaio" , "metric" : "clat_read" },
51
51
{"fio_engine" : "libaio" , "metric" : "clat_write" },
52
+ # boot time metrics
53
+ {"performance_test" : "test_boottime" , "metric" : "resume_time" },
52
54
]
53
55
54
56
You can’t perform that action at this time.
0 commit comments