aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ssh/test/ssh_bench_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_bench_SUITE.erl b/lib/ssh/test/ssh_bench_SUITE.erl
index 5d8ea240bb..62a10c8c4b 100644
--- a/lib/ssh/test/ssh_bench_SUITE.erl
+++ b/lib/ssh/test/ssh_bench_SUITE.erl
@@ -113,7 +113,7 @@ connect(Config) ->
measure_connect(Config,
[{preferred_algorithms,PrefAlgs}])},
{suite, ?MODULE},
- {name, mk_name(["Connect erlc erld ",KexAlg," [connects/sec]"])}
+ {name, mk_name(["Connect erlc erld ",KexAlg," [connects per sec]"])}
])
end, KexAlgs).
@@ -224,7 +224,7 @@ connect_measure(Port, Cipher, Mac, Data, Options) ->
report([{value, 1000000 / median(Times)}, % Time in µs
{suite, ?MODULE},
- {name, mk_name(["Transfer ",Cipher,"/",Mac," [Mbyte/s]"])}]).
+ {name, mk_name(["Transfer ",Cipher,"/",Mac," [Mbyte per sec]"])}]).
send_wait_acc(C, Ch, Data) ->
ssh_connection:send(C, Ch, Data),