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
f874ac72e4
zephyr
/
tests
/
benchmarks
/
sched
/
testcase.yaml
5 lines
65 B
YAML
Raw
Normal View
History
Unescape
Escape
tests/benchmarks: Add scheduler microbenchmark Useful tool for performance work that removes interaction with other APIs and thread state. The best part is that it doesn't rely on timer interrupt delivery and so works with -icount even on existing qemu versions and produces deterministic output. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-01-29 01:32:48 +08:00
tests
:
tests: fix identifier for scheduler benchmark Prefix identifier with benchmarks. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-03-29 23:47:51 +08:00
benchmark.scheduler
:
tests/benchmarks: Add scheduler microbenchmark Useful tool for performance work that removes interaction with other APIs and thread state. The best part is that it doesn't rely on timer interrupt delivery and so works with -icount even on existing qemu versions and produces deterministic output. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-01-29 01:32:48 +08:00
tags
:
benchmark
slow
:
true