summaryrefslogtreecommitdiffstats
path: root/rules/rt-tests.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 12:08:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 19:15:11 +0200
commitc60d30a8fc44b199ae5d6d526308bb854da6dc36 (patch)
tree93a7debf78c4a94ca6f55dd2326e0e76b06cfdfc /rules/rt-tests.in
parentad4ffd4ad5f63110b68146d5b7a83e01cd445fa6 (diff)
downloadptxdist-c60d30a8fc44b199ae5d6d526308bb854da6dc36.tar.gz
ptxdist-c60d30a8fc44b199ae5d6d526308bb854da6dc36.tar.xz
rt-tests: version bump 0.66 -> 0.73
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rt-tests.in')
-rw-r--r--rules/rt-tests.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/rt-tests.in b/rules/rt-tests.in
index e72b79570..f6969b74d 100644
--- a/rules/rt-tests.in
+++ b/rules/rt-tests.in
@@ -24,6 +24,16 @@ config RT_TESTS_CYCLICTEST
cyclictest is a benchmark program that can be used to find
worst case realtime latencies.
+config RT_TESTS_HACKBENCH
+ bool
+ prompt "hackbench"
+ help
+ Hackbench is both a benchmark and a stress test for the Linux
+ kernel scheduler. It's main job is to create a specified number
+ of pairs of schedulable enti‐ ties (either threads or traditional
+ processes) which communicate via either sockets or pipes and time
+ how long it takes for each pair to send data back and forth.
+
config RT_TESTS_PIP
bool
prompt "pip"