aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Benchmarks.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-09-08 01:12:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-08 01:12:11 -0400
commit8211415231522962109718b3d3f49e10fed422a2 (patch)
tree1874df1cca195f2d2eb01ba2b3f62e66512869cd /docs/Benchmarks.md
parentd90116ef3933c4b36e6631ee9033c630ca32313a (diff)
downloadkutter-8211415231522962109718b3d3f49e10fed422a2.tar.gz
kutter-8211415231522962109718b3d3f49e10fed422a2.tar.xz
kutter-8211415231522962109718b3d3f49e10fed422a2.zip
docs: Update sam4s8c step 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 2304e9fd..158afa2e 100644
--- a/docs/Benchmarks.md
+++ b/docs/Benchmarks.md
@@ -134,14 +134,16 @@ config_stepper oid=2 step_pin=PC26 dir_pin=PB4 min_stop_interval=0 invert_step=0
finalize_config crc=0
```
-The test was last run on commit `74c21654` with gcc version
-`arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0`.
+The test was last run on commit `4fa41d9c` with gcc version
+`arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0`.
-| sam4s8c | ticks |
-| ---------------- | ----- |
-| 1 stepper | 553 |
-| 2 stepper | 563 |
-| 3 stepper | 623 |
+| sam4s8c | ticks |
+| -------------------- | ----- |
+| 1 stepper | 553 |
+| 2 stepper | 563 |
+| 3 stepper | 623 |
+| 1 stepper (no delay) | 79 |
+| 3 stepper (no delay) | 296 |
### Duet Wifi step rate benchmark ###