summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2014-09-03 07:42:57 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2014-09-03 07:42:57 -0400
commitdb430698bfd4d77a49e11031bb65444552891f37 (patch)
tree93fd2426b73b06b89c983763edfe77ede5e365e6
parent351e146b37c61481152ef3ad551b2dd30aa6127a (diff)
downloadgem5-db430698bfd4d77a49e11031bb65444552891f37.tar.xz
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.
-rw-r--r--tests/long/se/40.perlbmk/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long/se/40.perlbmk/test.py b/tests/long/se/40.perlbmk/test.py
index 74c876978..cf29421ba 100644
--- a/tests/long/se/40.perlbmk/test.py
+++ b/tests/long/se/40.perlbmk/test.py
@@ -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()