docs: Update benchmark results in Features document

Recent scheduler optimizations have made a minor improvement to the
stepper benchmarks.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2017-03-11 12:23:24 -05:00
parent e5d7e593ec
commit 0f2478b62f
1 changed files with 3 additions and 3 deletions

View File

@ -79,6 +79,6 @@ represent total number of steps per second on the micro-controller.
| Micro-controller | 1 stepper active | 3 steppers active |
| ----------------- | ---------------- | ----------------- |
| 20Mhz AVR | 158.7K | 103K |
| 16Mhz AVR | 126.9K | 82K |
| Arduino Due (ARM) | 352.9K | 288K |
| 20Mhz AVR | 160K | 108K |
| 16Mhz AVR | 128K | 86K |
| Arduino Due (ARM) | 365K | 314K |