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
ce55b72752
zephyr
/
tests
/
benchmarks
/
data_structure_perf
/
rbtree_perf
/
testcase.yaml
4 lines
63 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
:
benchmark.data_structures
:
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