From 5d9cd8bf39cac07fb674a4bb8c7667dba1773ba2 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 28 Aug 2011 13:29:25 +0300 Subject: benchmarks: added raw_download test --- tests/benchmarks/latency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmarks/latency.c') 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: -- cgit