diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-26 23:31:33 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-03-26 23:31:33 -0400 |
commit | 3238256b79b3968bfa76e0c8b834231552221615 (patch) | |
tree | a4ec8386b10fb12b584ae56179e7d19a65fd018a | |
parent | 59b71d5d05ca70ff8cc81296a25e14499987129c (diff) | |
download | kutter-3238256b79b3968bfa76e0c8b834231552221615.tar.gz kutter-3238256b79b3968bfa76e0c8b834231552221615.tar.xz kutter-3238256b79b3968bfa76e0c8b834231552221615.zip |
docs: Update benchmark results in Features document
Some additional tweeks to the scheduler has resulted in minor
improvements to the stepper benchmarks.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Features.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Features.md b/docs/Features.md index ce7074b3..5c7a3280 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -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 | 160K | 108K | -| 16Mhz AVR | 128K | 86K | -| Arduino Due (ARM) | 365K | 314K | +| 20Mhz AVR | 180K | 115K | +| 16Mhz AVR | 143K | 92K | +| Arduino Due (ARM) | 365K | 321K | |