Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: benchmark_rate.py: Add ?x_stream_args args | Martin Braun | 2019-11-26 | 1 | -2/+9 |
| | | | | | | | | | | | | | This allows adding stream args to the Python version of benchmark_rate in the same way as for the C++ version, e.g.: python3 ./benchmark_rate.py \ --args addr=192.168.40.2,num_poll_offload_threads=4 \ --rx_stream_args \ recv_offload=1,num_recv_frames=32,recv_offload_wait_mode=poll \ --tx_stream_args \ send_offload=1,num_send_frames=32,send_offload_wait_mode=poll \ [... other arguments ...] | ||||
* | python: Fixup bmark_rate printed statistics | Brent Stapleton | 2019-08-21 | 1 | -3/+3 |
| | | | | | | | | - When printing statistics, the number of TX and RX timeouts were mixed up. - Fixing main() docstring Fixes e735a63ff9e ("python: Adding Python API benchmark rate") | ||||
* | python: Fix duration of benchmark rate | Brent Stapleton | 2018-09-12 | 1 | -1/+1 |
| | | | | | | | | Duration of multichannel benchmark was 50 seconds longer than intended- a 50ms initialization delay was mistakenly multiplied by 1000. Fixes e735a63ff9e ("python: Adding Python API benchmark rate") | ||||
* | python: Adding Python API benchmark rate | Brent Stapleton | 2018-06-20 | 1 | -0/+481 |
Python API version of the benchmark rate utility. |