2023-12-11 17:42:53 +08:00
|
|
|
|
|
|
|
_cibench = ['Pandas', 'Matplotlib', 'Opencv', 'SciPy', 'Seaborn', 'PyTorch']
|
2023-12-25 21:59:16 +08:00
|
|
|
_cibench = ['cibench_generation_' + i for i in _cibench]
|
|
|
|
cibench_summary_groups = [{'name': 'cibench_generation', 'subsets': _cibench}]
|