git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@968 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-05-09 20:06:52 +00:00
parent 8650eff400
commit 04faaf563c
1 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ static unsigned int msg_loop_test(Thread *tp) {
static char *bmk1_gettest(void) {
return "Benchmark, messages throughput";
return "Benchmark, messages #1";
}
static void bmk1_execute(void) {
@ -133,7 +133,7 @@ const struct testcase testbmk1 = {
static char *bmk2_gettest(void) {
return "Benchmark, messages, empty RL";
return "Benchmark, messages #2";
}
static void bmk2_execute(void) {
@ -174,7 +174,7 @@ static msg_t thread2(void *p) {
static char *bmk3_gettest(void) {
return "Benchmark, messages, 4 in RL";
return "Benchmark, messages #3";
}
static void bmk3_execute(void) {