docs: Update benchmarks

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-02-01 10:49:32 -05:00
parent 9f3517fdc7
commit 1f9208dc66
2 changed files with 40 additions and 37 deletions

View file

@ -131,18 +131,19 @@ represent total number of steps per second on the micro-controller.
| --------------------------- | ----------------- | ----------------- |
| 16Mhz AVR | 151K | 100K |
| 20Mhz AVR | 189K | 125K |
| Arduino Zero (ARM SAMD21) | 234K | 217K |
| STM32F103 | 333K | 300K |
| Arduino Due (ARM SAM3X8E) | 410K | 397K |
| SAM4S8C ARM | 455K | 455K |
| Smoothieboard (ARM LPC1768) | 487K | 487K |
| Smoothieboard (ARM LPC1769) | 584K | 584K |
| SAMD51 ARM | 630K | 630K |
| SAM4E8E ARM | 638K | 638K |
| Arduino Zero (SAMD21) | 234K | 217K |
| "Blue Pill" (STM32F103) | 395K | 356K |
| Arduino Due (SAM3X8E) | 397K | 396K |
| SAM4S8C | 527K | 527K |
| Smoothieboard (LPC1768) | 574K | 574K |
| Duet2 Wifi/Eth (SAM4E8E) | 652K | 652K |
| Smoothieboard (LPC1769) | 661K | 661K |
| Beaglebone PRU | 680K | 680K |
| Adafruit Metro M4 (SAMD51) | 733K | 733K |
On AVR platforms, the highest achievable step rate is with just one
stepper stepping. On the STM32F103, Arduino Zero, and Due, the highest
step rate is with two simultaneous steppers stepping. On the PRU,
SAMD51, SAM4S8C, SAM4E8E, and LPC176x the highest step rate is with
three simultaneous steppers.
stepper stepping. On the SAMD21, STM32F103, and SAM3X8E, the highest
step rate is with two simultaneous steppers stepping. On the SAM4S8C,
SAM4E8E, LPC176x, and PRU the highest step rate is with three
simultaneous steppers. On the SAMD51, the highest step rate is with
four simultaneous steppers.