summaryrefslogtreecommitdiff
path: root/configs/boot/client.netperf.stream
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-07-14 09:06:56 -0400
committerNathan Binkert <binkertn@umich.edu>2004-07-14 09:06:56 -0400
commit7739f327583456b4e1c3c04fe171adeb2131fd1f (patch)
treef45ae5be2f83e1775c736d13aa2e085156935281 /configs/boot/client.netperf.stream
parent6f43d2b8d85b58cf33d03d7c6ea89fe36bec76dd (diff)
downloadgem5-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.stream2
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"