summaryrefslogtreecommitdiffstats
path: root/src/bench/connection.c
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-5/+5
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* [BENCH] fix wrong operator precedenceSimon Rettberg2020-03-231-1/+1
|
* [BENCH] Request random blocksSimon Rettberg2019-08-291-2/+3
|
* [BENCH] Check CMD_GET_BLOCK reply cmd typeSimon Rettberg2019-08-231-0/+3
|
* [BENCH] Allow specifying request block sizeSimon Rettberg2019-08-071-8/+20
|
* [BENCH] Increase timeouts, fix block payload readingSimon Rettberg2019-08-061-3/+3
|
* [BENCH] Fix a couple bugs in stress testerSimon Rettberg2019-08-061-72/+63Star
|
* [BENCH] Fix compileSimon Rettberg2017-10-301-0/+1
|
* Added rudimentary benchmark tool.Christian Klinger2016-07-151-0/+132