aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/python/benchmark_rate.py
Commit message (Collapse)AuthorAgeFilesLines
* python: Fix duration of benchmark rateBrent Stapleton2018-09-121-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 rateBrent Stapleton2018-06-201-0/+481
Python API version of the benchmark rate utility.