aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-03-26 23:31:33 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-03-26 23:31:33 -0400
commit3238256b79b3968bfa76e0c8b834231552221615 (patch)
treea4ec8386b10fb12b584ae56179e7d19a65fd018a /docs
parent59b71d5d05ca70ff8cc81296a25e14499987129c (diff)
downloadkutter-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>
Diffstat (limited to 'docs')
-rw-r--r--docs/Features.md6
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 |