aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Benchmarks.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update benchmarks for stm32f0Kevin O'Connor2019-10-231-8/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add additional "no delay" benchmarks to Benchmarks.mdKevin O'Connor2019-09-081-47/+67
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update stm32f103 benchmarksKevin O'Connor2019-09-081-7/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update sam4s8c benchmarksKevin O'Connor2019-09-081-7/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update sam4s8c step benchmarksKevin O'Connor2019-09-081-7/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Use tables for tick rates in Benchmarks.mdKevin O'Connor2019-09-081-45/+96
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update AVR benchmarks to use gcc v5.4.0Kevin O'Connor2019-09-061-5/+5
| | | | | | | Current versions of OctoPi ship with avr-gcc v5.4.0, so update the benchmarks to use that version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update USB transfer benchmarksKevin O'Connor2019-09-061-10/+10
| | | | | | | | It appears that the faster micro-controllers may have their transfer speeds limited by the host USB controller. Rerun the usb transfer benchmarks using a high-speed hub. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add stm32f407 benchmarks to Benchmarks.md documentKevin O'Connor2019-08-311-7/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Sort transfer rate benchmark by rateKevin O'Connor2019-08-171-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update benchmarks with stm32f446 usb testKevin O'Connor2019-08-151-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add initial STM32F446 benchmark resultsKevin O'Connor2019-07-251-1/+19
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: STM32F0 benchmarks (#1462)Eugene Krashtan2019-03-291-0/+17
| | | Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
* docs: Move benchmark information from Debugging.md to new Benchmarks.mdKevin O'Connor2019-03-281-0/+288
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>