tests: Use medium dataset for perlbmk regressions
This patch changes the perlbmk regression script from the large to the medium dataset to reduce the regression run time. For all ISAs and CPU models, the total perlbmk host CPU time with the large dataset is roughly 12 hours (constituting >30% of the total regression host time). There is, most likely, almost no added value in terms of code coverage for this rather excessive run time.
This commit is contained in:
parent
351e146b37
commit
db430698bf
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@
|
|||
m5.util.addToPath('../configs/common')
|
||||
from cpu2000 import perlbmk_makerand
|
||||
|
||||
workload = perlbmk_makerand(isa, opsys, 'lgred')
|
||||
workload = perlbmk_makerand(isa, opsys, 'mdred')
|
||||
root.system.cpu[0].workload = workload.makeLiveProcess()
|
||||
|
|
Loading…
Reference in a new issue