Commit Graph

15 Commits

Author SHA1 Message Date
Aaro Altonen 4f021a287b Use iter instead of lines
They're the same thing and as iter is a mandatory parameter,
it's better to use it instead
2020-04-29 20:06:27 +03:00
Aaro Altonen ff8ef9bdaf Add code for parsing FFmpeg's recv benchmark output 2020-04-29 20:06:00 +03:00
Aaro Altonen aca3932cb9 Add code for parsing FFmpeg's send benchmark output 2020-04-29 19:53:35 +03:00
Aaro Altonen a40f72ce6a Fix total goodput calculation for sender 2020-04-28 11:38:13 +03:00
Aaro Altonen 7e28da0cbb Calculate average time for the benchmark run 2020-04-28 11:26:33 +03:00
Aaro Altonen cc8f2ec65b Fix total goodput for single thread benchmark runs 2020-04-28 11:18:13 +03:00
Aaro Altonen efe71cb25d Add iter parameter to parse.pl 2020-04-28 11:18:13 +03:00
Aaro Altonen c2e7eb1bc1 Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00
Aaro Altonen 098f03faa8 Make sure the file contains correct number of lines
If the file contains incorrect amount of lines, the calculations
will yield nonsensical values
2020-04-23 11:19:46 +03:00
Aaro Altonen b29954ef0e Add help flag to parse.pl 2020-04-23 11:19:46 +03:00
Aaro Altonen 261d2c7bb5 Add ability to parse recv results of multithreaded runs 2020-04-23 11:19:46 +03:00
Aaro Altonen 33b26bcd92 Convert tabs to spaces 2020-04-23 11:19:46 +03:00
Aaro Altonen 9d8f618aab Add ability to parse send results of multithreaded runs 2020-04-23 11:19:46 +03:00
Aaro Altonen 0dc3709e41 Merge parse_kvzrtp_recv and parse_kvzrtp_send
They're nearly identicaly, only one line difference, so it makes no
sense to have to functions
2020-03-27 12:19:26 +02:00
Aaro Altonen cfbeda2ccc Create script for parsing the benchmark results 2020-03-27 12:04:30 +02:00