Gmane
From: Christoph Lameter <cl <at> linux-foundation.org>
Subject: [RFC In-kernel benchmarks 0/3] Introduce in kernel benchmarks
Newsgroups: gmane.linux.kernel
Date: 2009-10-13 20:02:33 GMT (2 years, 31 weeks, 3 days, 1 hour and 56 minutes ago)
In kernel benchmarks are benchmarks that directly run in kernel space.

The test modules are regular kernel modules that can be loaded with

	modprobe slab_test

or so. 

The initialization function of the module will then run the test
and fail so that the module is not loaded. The output of the test
results will be written to the system log.

This is a rough draft. I have used these in the past to benchmark
page allocator, slab allocator and vmstat performance.