summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix warning about expected format for printfFabiano Fidêncio2015-10-121-2/+2
| | | | | | | | | | | | | | | | | /home/ffidenci/src/upstream/libssh/tests/benchmarks/bench_scp.c: In function ‘benchmarks_scp_down’: /home/ffidenci/src/upstream/libssh/tests/benchmarks/bench_scp.c:112:14: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned int}’ [-Wformat=] printf("Only %d bytes available (on %lu requested).\n",size,bytes); ^ /home/ffidenci/src/upstream/libssh/tests/benchmarks/bench_scp.c:116:14: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned int}’ [-Wformat=] printf("File is %d bytes (on %lu requested). Will cut the end\n" ,size,bytes); Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
* fix permissionsAris Adamantiadis2015-07-081-0/+0
|
* Benchmarks: parse config filesAris Adamantiadis2012-12-231-0/+1
|
* benchmarks: fix some bugsAris Adamantiadis2011-09-023-6/+26
|
* benchmarks: sftp_async + few changesAris Adamantiadis2011-09-025-54/+187
|
* benchmarks: refactoring + sync sftp testsAris Adamantiadis2011-09-026-27/+401
| | | | | no surprise, sync sftp is much slower, even for localhost, especially for download.
* benchmarks: added "data" optionAris Adamantiadis2011-09-023-3/+21
|
* benchmarks: added raw_download testAris Adamantiadis2011-09-024-15/+130
|
* tests: Fixed some cppcheck warnings.Oliver Stöneberg2011-05-171-2/+2
|
* Fixed compilation without argp.h availableAris Adamantiadis2011-01-131-4/+9
|
* First real benchmark : raw SSH speedAris Adamantiadis2010-12-294-16/+231
|
* Export and document timestamp functionsAris Adamantiadis2010-12-292-7/+27
|
* Moved benchmarks to the tests/ directoryAris Adamantiadis2010-12-287-0/+467