From 4ef713f6b8b55f5eadcc53d2016433b0bff4b2c1 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 18 Apr 2021 13:21:17 -0400 Subject: [PATCH] docs: Update Linux RPi benchmarks Signed-off-by: Kevin O'Connor --- docs/Benchmarks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md index a29e1892..ebec62f6 100644 --- a/docs/Benchmarks.md +++ b/docs/Benchmarks.md @@ -371,15 +371,15 @@ config_stepper oid=2 step_pin=gpio6 dir_pin=gpio7 min_stop_interval=0 invert_ste finalize_config crc=0 ``` -The test was last run on commit `06437c58` with gcc version `gcc +The test was last run on commit `db0fb5d5` with gcc version `gcc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516` on a Raspberry Pi 3 (revision a22082). | Linux (RPi3) | ticks | | -------------------- | ----- | -| 1 stepper | 340 | -| 2 stepper | 356 | -| 3 stepper | 450 | +| 1 stepper | 349 | +| 2 stepper | 350 | +| 3 stepper | 400 | ## Command dispatch benchmark ##