Lines Matching refs:results
56 results: str
153 results = []
157 results.append((await asyncio.create_subprocess_exec(
163 for return_code in await asyncio.gather(*results):
169 def generate_html_row(num: int, product: Product, results: ProductResult):
229 product_dashboard_folder = os.path.join(dirs.results, str(product))
286 product_dashboard_folder = os.path.join(dirs.results, str(product))
365 …results=args.results_directory if args.results_directory else os.path.join(out_dir, 'rbc_dashboard…
367 for folder in [dirs.out_baseline, dirs.out_product, dirs.out_board, dirs.results]:
390 with open(os.path.join(dirs.results, 'index.html'), 'w') as f:
459 print('file://'+os.path.abspath(os.path.join(dirs.results, 'index.html')))