Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output timing and CPU info too in console modeHEADv29r2master | Simon Rettberg | 2022-07-01 | 2 | -10/+22 |
| | |||||
* | Fix signal-slot connections by using new method | Simon Rettberg | 2022-07-01 | 1 | -5/+5 |
| | |||||
* | cmake bullshit | Simon Rettberg | 2022-06-23 | 1 | -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 remotely | Simon Rettberg | 2022-06-22 | 8 | -24/+156 |
| | |||||
* | Set maximum to ~120MB/s, about matches theoretical maximum of GBit NIC | Simon Rettberg | 2022-06-22 | 1 | -2/+2 |
| | |||||
* | Don't restart reading after reaching end of input file | Simon Rettberg | 2022-06-22 | 1 | -6/+2 |
| | |||||
* | Add --auto option to start immediately and quit when done | Simon Rettberg | 2022-06-20 | 3 | -5/+18 |
| | |||||
* | Set test length to 30 seconds each (seq/rand) | Simon Rettberg | 2022-06-20 | 1 | -2/+2 |
| | |||||
* | Fix deprecation warnings where possible, make remaining ones -Wno-error | Simon Rettberg | 2022-06-20 | 3 | -7/+7 |
| | |||||
* | Fix use after free | Simon Rettberg | 2022-06-20 | 1 | -4/+5 |
| | |||||
* | Was not working anymore since eth0 was renamed boot0 -.- | Simon Rettberg | 2022-06-20 | 2 | -7/+19 |
| | |||||
* | Qt4 -> Qt5v29r1 | Simon Rettberg | 2017-11-16 | 2 | -22/+47 |
| | |||||
* | Start sequential read at random offset; don't re-init prng every time | Simon Rettberg | 2017-02-24 | 2 | -3/+9 |
| | |||||
* | initial commit | Simon Rettberg | 2017-02-24 | 16 | -0/+718 |