diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-07-14 09:06:56 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-07-14 09:06:56 -0400 |
commit | 7739f327583456b4e1c3c04fe171adeb2131fd1f (patch) | |
tree | f45ae5be2f83e1775c736d13aa2e085156935281 /configs/boot/client.netperf.stream | |
parent | 6f43d2b8d85b58cf33d03d7c6ea89fe36bec76dd (diff) | |
download | gem5-7739f327583456b4e1c3c04fe171adeb2131fd1f.tar.xz |
fix paths for changes in disk image layout
--HG--
extra : convert_revision : 506ff845efc8d786639c29931eb4abd3a5860fcf
Diffstat (limited to 'configs/boot/client.netperf.stream')
-rw-r--r-- | configs/boot/client.netperf.stream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/client.netperf.stream b/configs/boot/client.netperf.stream index 925c0bbf6..f04228cd4 100644 --- a/configs/boot/client.netperf.stream +++ b/configs/boot/client.netperf.stream @@ -9,7 +9,7 @@ ifconfig eth0 $CLIENT echo -n "waiting for server..." /usr/bin/netcat -c -l -p 8000 -BINARY=/usr/bin/netperf +BINARY=/benchmarks/netperf/netperf TEST="TCP_STREAM" SHORT_ARGS="-l -100k" LONG_ARGS="-k16384,0 -K16384,0 -- -m 65536 -M 65536 -s 262144 -S 262144" |