aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-18 21:00:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-18 21:00:25 +0000
commit0ebd06ee970fc9e0fa01cf5b1df87d313c3df04d (patch)
treec3ecd8074580e520ff3be8ea44ab6fd7a42f04c0 /test
parent7370e125969d1f5a9808280c507d7ac38d2fc1bc (diff)
downloadChibiOS-0ebd06ee970fc9e0fa01cf5b1df87d313c3df04d.tar.gz
ChibiOS-0ebd06ee970fc9e0fa01cf5b1df87d313c3df04d.tar.bz2
ChibiOS-0ebd06ee970fc9e0fa01cf5b1df87d313c3df04d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1752 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/testbmk.c4
1 files changed, 1 insertions, 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
*
* <h2>Description</h2>
- * 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.<br>
* 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");
}