docs: Update benchmarks for Arduino Due

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-10-13 11:57:13 -04:00
parent 67278a6d8a
commit f5c99c1dec
2 changed files with 5 additions and 6 deletions

View file

@ -282,11 +282,10 @@ config_stepper oid=2 step_pin=PA21 dir_pin=PC30 min_stop_interval=0 invert_step=
finalize_config crc=0
```
The test was last run on commit `d8225642` with gcc version
`arm-none-eabi-gcc (4.8.4-1+11-1) 4.8.4 20141219 (release)`. The best
single stepper result is `SET ticks 249`, the best dual stepper result
is `SET ticks 220`, and the best three stepper result is `SET ticks
374`.
The test was last run on commit `67278a6d` with gcc version
`arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0`. The best single
stepper result is `SET ticks 250`, the best dual stepper result is
`SET ticks 205`, and the best three stepper result is `SET ticks 317`.
### Duet Wifi step rate benchmark ###