diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-11-15 18:20:43 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-11-15 18:20:43 -0500 |
commit | eb7b873b05f176934937eb291b6f46a96265b079 (patch) | |
tree | 2a820b5c9ec5fbdb3ac6f264b718fe7337da8f58 /configs | |
parent | f08cb657038f48ce7d780c4508a43c6869f90890 (diff) | |
download | gem5-eb7b873b05f176934937eb291b6f46a96265b079.tar.xz |
Fix up the spec-surge benchmark
configs/boot/spec-surge-client.rcS:
change the number of connections and add stuff for the
file set size and checkpointing
--HG--
extra : convert_revision : 9e0fe74f44300893c6050e3eb1ae302f71c02767
Diffstat (limited to 'configs')
-rw-r--r-- | configs/boot/spec-surge-client.rcS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/spec-surge-client.rcS b/configs/boot/spec-surge-client.rcS index 617be6420..d02241a3e 100644 --- a/configs/boot/spec-surge-client.rcS +++ b/configs/boot/spec-surge-client.rcS @@ -37,7 +37,7 @@ sleep 3 echo "done." echo -n "running surge client..." -/bin/bash -c "cd /benchmarks/surge && ./spec-m5 2 100 1 192.168.0.1 5" +/bin/bash -c "cd /benchmarks/surge && ./spec-m5 1 20 1 192.168.0.1 5 40000 1000000000 1000" echo "done." echo -n "halting machine" |