From 68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Mar 2006 08:48:06 +0000 Subject: 2006-03-09 Martin Hunt * bench2: New directory containing a benchmark framework. --- runtime/bench2/README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 runtime/bench2/README (limited to 'runtime/bench2/README') diff --git a/runtime/bench2/README b/runtime/bench2/README new file mode 100644 index 00000000..626d4675 --- /dev/null +++ b/runtime/bench2/README @@ -0,0 +1,26 @@ +This is a framework for profiling systemtap scripts and the +underlying runtime functions. + +To try the tests: +>make +./run_bench +./stap_bench + +You will need ruby installed. "yum install ruby" or "up2date ruby" to get it. + +---- FILES ---- +a.st - sample script test file +b.st - sample script test file + +itest.c - used by tests. Type "make" to build +Makefile - makefile for itest + +run_bench - test driver with some test scripts. Tests may +be supplied in files (as in a.st and b.st) or in strings, as +in this example. + +stap_bench - test driver that tests all files ending in ".st" + +bench.rb - bench classes used by drivers. + +results.txt - Some results of "run_bench" on different machines. -- cgit