From 0f2478b62f09de28b905ebd1e6773919702600bd Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 11 Mar 2017 12:23:24 -0500 Subject: [PATCH] docs: Update benchmark results in Features document Recent scheduler optimizations have made a minor improvement to the stepper benchmarks. Signed-off-by: Kevin O'Connor --- docs/Features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Features.md b/docs/Features.md index 723bc513..ce7074b3 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 | 158.7K | 103K | -| 16Mhz AVR | 126.9K | 82K | -| Arduino Due (ARM) | 352.9K | 288K | +| 20Mhz AVR | 160K | 108K | +| 16Mhz AVR | 128K | 86K | +| Arduino Due (ARM) | 365K | 314K |