Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix warning about expected format for printf | Fabiano Fidêncio | 2015-10-12 | 1 | -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 permissions | Aris Adamantiadis | 2015-07-08 | 1 | -0/+0 |
| | |||||
* | Benchmarks: parse config files | Aris Adamantiadis | 2012-12-23 | 1 | -0/+1 |
| | |||||
* | benchmarks: fix some bugs | Aris Adamantiadis | 2011-09-02 | 3 | -6/+26 |
| | |||||
* | benchmarks: sftp_async + few changes | Aris Adamantiadis | 2011-09-02 | 5 | -54/+187 |
| | |||||
* | benchmarks: refactoring + sync sftp tests | Aris Adamantiadis | 2011-09-02 | 6 | -27/+401 |
| | | | | | no surprise, sync sftp is much slower, even for localhost, especially for download. | ||||
* | benchmarks: added "data" option | Aris Adamantiadis | 2011-09-02 | 3 | -3/+21 |
| | |||||
* | benchmarks: added raw_download test | Aris Adamantiadis | 2011-09-02 | 4 | -15/+130 |
| | |||||
* | tests: Fixed some cppcheck warnings. | Oliver Stöneberg | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | Fixed compilation without argp.h available | Aris Adamantiadis | 2011-01-13 | 1 | -4/+9 |
| | |||||
* | First real benchmark : raw SSH speed | Aris Adamantiadis | 2010-12-29 | 4 | -16/+231 |
| | |||||
* | Export and document timestamp functions | Aris Adamantiadis | 2010-12-29 | 2 | -7/+27 |
| | |||||
* | Moved benchmarks to the tests/ directory | Aris Adamantiadis | 2010-12-28 | 7 | -0/+467 |