1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
f4fe781f65 Add benchmark code for upload using the async sftp aio api
benchmarks_async_sftp_aio_up() has been added in
tests/benchmarks/bench_sftp.c to obtain the performance
metrics of a upload using the low level async sftp aio
api.

Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-12-04 18:35:41 +01:00
710ce11cf0 Add benchmark code for download using the async sftp aio api
benchmarks_async_sftp_aio_down() has been added in
tests/benchmarks/bench_sftp.c to obtain the performance
metrics of a download using the low level async sftp aio
api.

Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-12-04 18:35:35 +01:00
555d1a4347 benchmarks: fix some bugs 2011-09-02 11:43:07 +03:00
3a5cc18b32 benchmarks: sftp_async + few changes 2011-09-02 11:43:07 +03:00
b11567ed9b benchmarks: refactoring + sync sftp tests
no surprise, sync sftp is much slower, even for localhost,
especially for download.
2011-09-02 11:43:07 +03:00
faaf334aa3 benchmarks: added "data" option 2011-09-02 11:43:05 +03:00
5d9cd8bf39 benchmarks: added raw_download test 2011-09-02 11:43:05 +03:00
530c17e2ef First real benchmark : raw SSH speed 2010-12-29 00:19:05 +01:00
31043334f4 Export and document timestamp functions 2010-12-29 00:19:05 +01:00
4fe1656cf8 Moved benchmarks to the tests/ directory 2010-12-28 13:17:27 +01:00