From 0ebd06ee970fc9e0fa01cf5b1df87d313c3df04d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 18 Mar 2010 21:00:25 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1752 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testbmk.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/testbmk.c b/test/testbmk.c index 46c30081e..565c0c066 100644 --- a/test/testbmk.c +++ b/test/testbmk.c @@ -359,7 +359,7 @@ const struct testcase testbmk6 = { * @page test_benchmarks_007 Mass reschedule performance * *

Description

- * Five threads are created and atomically reschedulated by resetting the + * Five threads are created and atomically rescheduled by resetting the * semaphore where they are waiting on. The operation is performed into a * continuous loop.
* The performance is calculated by measuring the number of iterations after @@ -469,8 +469,6 @@ static void bmk8_execute(void) { test_print("--- Score : "); test_printn(n); - test_print(" reschedules/S, "); - test_printn(n); test_println(" ctxswc/S"); } -- cgit v1.2.3