[BUG] Update CIbench config(#1544)

* BUG: Update cibench.py

* BUG: Update cibench.py
This commit is contained in:
klein 2024-09-23 18:32:27 +08:00 committed by GitHub
parent a0cfd61129
commit 24915aeb3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ _cibench_generation_modules = ['pandas', 'matplotlib', 'opencv', 'scipy', 'seabo
_cibench_generation = ['cibench_generation/' + i for i in _cibench_generation_modules]
cibench_summary_groups = []
_cibench_generation_weight = {
'matplotlib': [223, 50, 1, 156],
'matplotlib': [175, 2, 1, 156],
'pandas': [200, 45, 45, 38],
'pytorch': [69, 0, 8, 11],
'seaborn': [130, 0, 2, 106],

View File

@ -3,7 +3,7 @@ _cibench_generation_modules = ['pandas', 'matplotlib', 'opencv', 'scipy', 'seabo
_cibench_generation = ['cibench_generation/' + i for i in _cibench_generation_modules]
cibench_summary_groups = []
_cibench_generation_weight = {
'matplotlib': [223, 50, 1, 156],
'matplotlib': [175, 2, 1, 156],
'pandas': [200, 45, 45, 38],
'pytorch': [69, 0, 8, 11],
'seaborn': [130, 0, 2, 106],