|
|
@ -252,7 +252,6 @@ class TestFwFingerprintTiming(unittest.TestCase): |
|
|
|
self._assert_timing(self.total_time / self.N, vin_ref_times[name]) |
|
|
|
self._assert_timing(self.total_time / self.N, vin_ref_times[name]) |
|
|
|
print(f'get_vin {name} case, query time={self.total_time / self.N} seconds') |
|
|
|
print(f'get_vin {name} case, query time={self.total_time / self.N} seconds') |
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.timeout(60) |
|
|
|
|
|
|
|
def test_fw_query_timing(self): |
|
|
|
def test_fw_query_timing(self): |
|
|
|
total_ref_time = {1: 5.95, 2: 6.85} |
|
|
|
total_ref_time = {1: 5.95, 2: 6.85} |
|
|
|
brand_ref_times = { |
|
|
|
brand_ref_times = { |
|
|
|