We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c8b88 commit 023af42Copy full SHA for 023af42
examples/utest/testcases/perf/README.md
@@ -0,0 +1,26 @@
1
+# testcases 说明
2
+
3
+## 一、测试用例说明
4
5
+| 文件 | 说明 |
6
+|--------|--------|
7
+| context_switch.c | 上下文切换测试代码 |
8
+| irq_latency.c | 中断延时测试代码 |
9
+| rt_perf_thread_event.c | 线程事件性能测试 |
10
+| rt_perf_thread_mbox.c | 线程邮箱性能测试 |
11
+| rt_perf_thread_mq.c | 线程消息队列性能测试 |
12
+| rt_perf_thread_sem.c | 线程信号量性能测试 |
13
14
+## 二、平台测试结果
15
16
+取1000次测试的平均值做为测试结果
17
18
+| 测试情况 | 平台结果(us) | |
19
+|--------|--------|--------|
20
+| | 星火一号 |Etherkit|
21
+| 上下文切换测试结果 | 20 | 17 |
22
+| 中断延时测试结果 | 2 | 3 |
23
+| 线程间事件性能测试结果 | 11 | 8 |
24
+| 线程间邮箱性能测试结果 | 12 | 9 |
25
+| 线程间消息队列性能测试结果 | 16 | 10 |
26
+| 线程间信号量性能测试结果 | 9 | 8 |
0 commit comments