summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbenchmarker6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarker b/benchmarker
index da2ad06..8dd1df9 100755
--- a/benchmarker
+++ b/benchmarker
@@ -32,7 +32,7 @@ cpubench_xz()
rm -f "$filename"
}
-netbench()
+network_localhost()
{
local filename
local port
@@ -55,8 +55,8 @@ do
cpu)
cpubench_xz
;;
- network)
- netbench
+ network-localhost)
+ netbench_localhost
;;
*)
die "unknown benchmark type $bench"