diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-13 11:57:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-13 11:57:13 -0400 |
commit | f5c99c1deca75f36b08f09bd8c89cf7796bce0c8 (patch) | |
tree | 0f69b4b4ca42c71f12601fd8f805bd9399d27adf /docs/Debugging.md | |
parent | 67278a6d8abe44a7f15fbbb8cefc334ee53feea3 (diff) | |
download | kutter-f5c99c1deca75f36b08f09bd8c89cf7796bce0c8.tar.gz kutter-f5c99c1deca75f36b08f09bd8c89cf7796bce0c8.tar.xz kutter-f5c99c1deca75f36b08f09bd8c89cf7796bce0c8.zip |
docs: Update benchmarks for Arduino Due
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rwxr-xr-x | docs/Debugging.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index baa0aa7b..66c16bd3 100755 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -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 ### |