This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6d56988e43
zephyr
/
tests
/
benchmarks
/
data_structure_perf
/
rbtree_perf
/
testcase.yaml
4 lines
74 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: updata the rbtree testcase add a new testcase to: Verify some operations of rbree are running in logarithmic time. Verify an user defined structure contains rbtree node works. verify "for each"style APIs work. Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>
2020-08-12 17:10:21 +08:00
tests
:
tests: Change duplicated names of the test cases Some names of the test cases are duplicated within the project. This commit contains the proposed names of the test scenarios. Signed-off-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no>
2022-03-19 03:22:49 +08:00
benchmark.data_structure_perf.rbtree
:
tests: modify tests.benchmarks.datastructure.yaml Old tags are not clear and difficult to understand, so modify them and make them more clear. Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>
2020-09-07 13:02:43 +08:00
tags
:
benchmark rbtree