This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:stuff [2022/10/10 18:36] canvon Add Video file comparison using mpv |
public:stuff [2022/10/19 00:47] (current) canvon [Speed test] Fix breaking the following section |
||
---|---|---|---|
Line 11: | Line 11: | ||
root@ubuntu: | root@ubuntu: | ||
</ | </ | ||
+ | |||
+ | The idea is to not measure transfer duration of a fixed size, but to let it run through until a fixed time has passed (and then look at the transfer speed). For this, we wrap the '' | ||
+ | |||
+ | The problem, then, was that '' | ||
+ | |||
+ | The solution was to use //both// of '' | ||