aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Benchmarks.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-09-08 09:25:31 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-08 09:27:37 -0400
commit3a2d71038f72dc72b58cbfd49d06ee26f3c638ab (patch)
tree6d6464ca027651e53633483662d56f47e2d7bbbe /docs/Benchmarks.md
parent7580fa2354cd590da08d446eafb866ddd179f787 (diff)
downloadkutter-3a2d71038f72dc72b58cbfd49d06ee26f3c638ab.tar.gz
kutter-3a2d71038f72dc72b58cbfd49d06ee26f3c638ab.tar.xz
kutter-3a2d71038f72dc72b58cbfd49d06ee26f3c638ab.zip
docs: Update stm32f103 benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Benchmarks.md')
-rw-r--r--docs/Benchmarks.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md
index b1f88626..a84f9d8f 100644
--- a/docs/Benchmarks.md
+++ b/docs/Benchmarks.md
@@ -221,14 +221,16 @@ config_stepper oid=2 step_pin=PA4 dir_pin=PB7 min_stop_interval=0 invert_step=0
finalize_config crc=0
```
-The test was last run on commit `9f3517fd` with gcc version
-`arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0`.
+The test was last run on commit `8d4a5c16` with gcc version
+`arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0`.
-| stm32f103 | ticks |
-| ---------------- | ----- |
-| 1 stepper | 345 |
-| 2 stepper | 365 |
-| 3 stepper | 606 |
+| stm32f103 | ticks |
+| -------------------- | ----- |
+| 1 stepper | 347 |
+| 2 stepper | 372 |
+| 3 stepper | 600 |
+| 1 stepper (no delay) | 71 |
+| 3 stepper (no delay) | 288 |
### STM32F4 step rate benchmark ###