summaryrefslogtreecommitdiffstats
path: root/rules/hackbench.in
blob: f3f051806592ba64151ec989e79d5155c7bd2c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=test_suites
config HACKBENCH
	tristate
	prompt "hackbench"
	help
	  The hackbench test is a benchmark for measuring the performance,
	  overhead, and scalability of the Linux scheduler. Created by Rusty
	  Russell, it uses client and server processes grouped to send and
	  receive data in order to simulate the connections established for a
	  chat room. Each client sends a message to each server in the group.

	  See http://developer.osdl.org/craiger/hackbench/ for details.

# vim: syntax=kconfig