Skip to content

Commit

Permalink
tests: app_kernel: Update README
Browse files Browse the repository at this point in the history
Updates the README.txt to add some notes about user thread
configurations.

Signed-off-by: Peter Mitsis <[email protected]>
  • Loading branch information
peter-mitsis committed Oct 24, 2023
1 parent 0709403 commit 38b045a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/benchmarks/app_kernel/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Description:
The app_kernel test is used to measure the performance of the following
kernel objects: message queues, semaphores, memory slabs, mailboxes and pipes.

When the userspace version is selected (CONF_FILE=prj_user.conf), this
benchmark will execute with four configurations (kernel/kernel, kernel/user,
user/kernel and user/user). However, any configuration involving user threads
will omit both the memory slabs and mailbox tests.

--------------------------------------------------------------------------------

Sample Output:
Expand All @@ -17,8 +22,11 @@ Sample Output:
| dequeue 1 byte msg in FIFO | NNNNNN|
| enqueue 4 bytes msg in FIFO | NNNNNN|
| dequeue 4 bytes msg in FIFO | NNNNNN|
| enqueue 1 byte msg in FIFO to a waiting higher priority task | NNNNNN|
| enqueue 4 bytes in FIFO to a waiting higher priority task | NNNNNN|
| enqueue 192 bytes msg in MSGQ | NNNNNN|
| dequeue 192 bytes msg in MSGQ | NNNNNN|
| enqueue 1 byte msg in MSGQ to a waiting higher priority task | NNNNNN|
| enqueue 4 bytes in MSGQ to a waiting higher priority task | NNNNNN|
| enqueue 192 bytes in MSGQ to a waiting higher priority task | NNNNNN|
|-----------------------------------------------------------------------------|
| signal semaphore | NNNNNN|
| signal to waiting high pri task | NNNNNN|
Expand Down

0 comments on commit 38b045a

Please sign in to comment.