diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testbmk.c | 4 |
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");
}
|