diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2011-08-28 13:29:25 +0300 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2011-09-02 11:43:05 +0300 |
commit | 5d9cd8bf39cac07fb674a4bb8c7667dba1773ba2 (patch) | |
tree | 08faf1862ca40a5c64e2e5ac86b945fd6586d959 /tests/benchmarks/latency.c | |
parent | a2c94abb92ead1503a0d6284609af41e53bef402 (diff) | |
download | libssh-5d9cd8bf39cac07fb674a4bb8c7667dba1773ba2.tar.gz libssh-5d9cd8bf39cac07fb674a4bb8c7667dba1773ba2.tar.xz libssh-5d9cd8bf39cac07fb674a4bb8c7667dba1773ba2.zip |
benchmarks: added raw_download test
Diffstat (limited to 'tests/benchmarks/latency.c')
-rw-r--r-- | tests/benchmarks/latency.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/latency.c b/tests/benchmarks/latency.c index 849c39c..09c50a0 100644 --- a/tests/benchmarks/latency.c +++ b/tests/benchmarks/latency.c @@ -137,7 +137,7 @@ int benchmarks_ssh_latency(ssh_session session, float *average){ ssh_channel_close(channel); ssh_channel_free(channel); channel=NULL; - printf("Times : %f ms ; %f ms ; %f ms\n", times[0], times[1], times[2]); + printf("SSH request times : %f ms ; %f ms ; %f ms\n", times[0], times[1], times[2]); *average=(times[0]+times[1]+times[2])/3; return 0; error: |