mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Made xls-report.py ignore tests that were not successful.
This commit is contained in:
parent
0f1156bbb6
commit
584f0745d0
@ -52,7 +52,8 @@ def collect_xml(collection, configuration, xml_fullname):
|
||||
|
||||
for test in sorted(parseLogFile(xml_fullname)):
|
||||
test_results = module_tests.setdefault((test.shortName(), test.param()), {})
|
||||
test_results[configuration] = test.get("gmean")
|
||||
if test.status == 'run':
|
||||
test_results[configuration] = test.get("gmean")
|
||||
|
||||
def main():
|
||||
arg_parser = ArgumentParser(description='Build an XLS performance report.')
|
||||
|
Loading…
Reference in New Issue
Block a user