summaryrefslogtreecommitdiffstats
path: root/benchmarks/bench_scp.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-12-28 02:18:27 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-12-28 02:19:15 +0100
commita8833301011140e303a399c50b78f1c5711f46bb (patch)
treed2573921da25d7e4143c71316c805b141f3fa1da /benchmarks/bench_scp.c
parentf0d811edc62dcebbc9ea2f9070b68ca3f28d956c (diff)
downloadlibssh-a8833301011140e303a399c50b78f1c5711f46bb.tar.gz
libssh-a8833301011140e303a399c50b78f1c5711f46bb.tar.xz
libssh-a8833301011140e303a399c50b78f1c5711f46bb.zip
New benchmark framework
with pluggable style benchmarks and an original SSH RTT calculator !
Diffstat (limited to 'benchmarks/bench_scp.c')
-rw-r--r--benchmarks/bench_scp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/benchmarks/bench_scp.c b/benchmarks/bench_scp.c
index 7406287d..3ef3bbfc 100644
--- a/benchmarks/bench_scp.c
+++ b/benchmarks/bench_scp.c
@@ -20,12 +20,6 @@
* MA 02111-1307, USA.
*/
+#include "benchmarks.h"
#include <libssh/libssh.h>
-#include <stdio.h>
-int main(int argc, char **argv){
- (void) argc;
- (void) argv;
- printf("bench_scp\n");
- return 0;
-}