From a8833301011140e303a399c50b78f1c5711f46bb Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 28 Dec 2010 02:18:27 +0100 Subject: New benchmark framework with pluggable style benchmarks and an original SSH RTT calculator ! --- benchmarks/bench_scp.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'benchmarks/bench_scp.c') diff --git a/benchmarks/bench_scp.c b/benchmarks/bench_scp.c index 7406287..3ef3bbf 100644 --- a/benchmarks/bench_scp.c +++ b/benchmarks/bench_scp.c @@ -20,12 +20,6 @@ * MA 02111-1307, USA. */ +#include "benchmarks.h" #include -#include -int main(int argc, char **argv){ - (void) argc; - (void) argv; - printf("bench_scp\n"); - return 0; -} -- cgit