aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmarks/benchmarks.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Add benchmark code for upload using the async sftp aio apiEshan Kelkar1-0/+14
2023-12-04Add benchmark code for download using the async sftp aio apiEshan Kelkar1-2/+16
2023-12-04Link benchmark code statically with libsshEshan Kelkar1-1/+15
2023-12-04Fix error reporting in connect_host()Eshan Kelkar1-2/+5
2023-12-04Use helper variable in connect_host()Eshan Kelkar1-9/+26
2023-12-04Reformat tests/benchmarks/benchmarks.cEshan Kelkar1-291/+321
2023-06-06Allow building benchmarks without SFTPJakub Jelen1-0/+2
2012-12-23Benchmarks: parse config filesAris Adamantiadis1-0/+1
2011-09-02benchmarks: fix some bugsAris Adamantiadis1-5/+24
2011-09-02benchmarks: sftp_async + few changesAris Adamantiadis1-11/+58
2011-09-02benchmarks: refactoring + sync sftp testsAris Adamantiadis1-21/+84
2011-09-02benchmarks: added "data" optionAris Adamantiadis1-1/+12
2011-09-02benchmarks: added raw_download testAris Adamantiadis1-8/+24
2011-01-13Fixed compilation without argp.h availableAris Adamantiadis1-4/+9
2010-12-29First real benchmark : raw SSH speedAris Adamantiadis1-15/+25
2010-12-28Moved benchmarks to the tests/ directoryAris Adamantiadis1-0/+228