changeset ee383b8e4d3f in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=ee383b8e4d3f
description:
        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.

diffstat:

 tests/long/se/40.perlbmk/test.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 35241e33c38f -r ee383b8e4d3f tests/long/se/40.perlbmk/test.py
--- a/tests/long/se/40.perlbmk/test.py  Wed Sep 03 07:42:56 2014 -0400
+++ b/tests/long/se/40.perlbmk/test.py  Wed Sep 03 07:42:57 2014 -0400
@@ -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()
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to