tests: Use medium dataset for perlbmk regressions
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 3 Sep 2014 11:42:57 +0000 (07:42 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 3 Sep 2014 11:42:57 +0000 (07:42 -0400)
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.

tests/long/se/40.perlbmk/test.py

index 74c876978c4a6a8c2787062ee64b287907eaf3a5..cf29421ba0f870c1268f57599d07b56a3f0d08e2 100644 (file)
@@ -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()