summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Output timing and CPU info too in console modeHEADv29r2masterSimon Rettberg2022-07-012-10/+22
|
* Fix signal-slot connections by using new methodSimon Rettberg2022-07-011-5/+5
|
* cmake bullshitSimon Rettberg2022-06-231-2/+7
| | | | | | | | build type was not honored before because we always set it to Debug. Now it is, although if you don't pass it and it defaults to Debug, the setting will still be empty in ccmake. Also, in ccmake, the CXX_FLAGS_* will show their default values, even though the values we set in CMakeLists.txt get used. Go figure.
* Add --console mode, to be used remotelySimon Rettberg2022-06-228-24/+156
|
* Set maximum to ~120MB/s, about matches theoretical maximum of GBit NICSimon Rettberg2022-06-221-2/+2
|
* Don't restart reading after reaching end of input fileSimon Rettberg2022-06-221-6/+2Star
|
* Add --auto option to start immediately and quit when doneSimon Rettberg2022-06-203-5/+18
|
* Set test length to 30 seconds each (seq/rand)Simon Rettberg2022-06-201-2/+2
|
* Fix deprecation warnings where possible, make remaining ones -Wno-errorSimon Rettberg2022-06-203-7/+7
|
* Fix use after freeSimon Rettberg2022-06-201-4/+5
|
* Was not working anymore since eth0 was renamed boot0 -.-Simon Rettberg2022-06-202-7/+19
|
* Qt4 -> Qt5v29r1Simon Rettberg2017-11-162-22/+47
|
* Start sequential read at random offset; don't re-init prng every timeSimon Rettberg2017-02-242-3/+9
|
* initial commitSimon Rettberg2017-02-2416-0/+718