Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / benchmarks / libmicro / MESSAGE
blob00a0058e58e173b7b2b49ab98e838d17f9b7670b
1 ===========================================================================
2 $NetBSD$
4 Execute "run-libmicro" to run the benchmark.
6 You can pipe the output of "run-libmicro" to a file, and process it later
7 via "multiview" when you need to generate an HTML report.
9 For example, suppose you want to compare two runs. You can do:
11 $ run-libmicro > output.1
12 $ run-libmicro > output.2
13 $ multiview output.1 output.2 > comparison.html
15 Then read 'comparison.html' in your favorite web browser.
17 WARNING: libMicro's results are strongly dependant of compile time options
18 and compiler's optimizations. You must ensure that the compiler does
19 not arbitrarily chose optimizations that do not fit the benchmark, or
20 which may return irrelevant results. For example: over-simplification of
21 the call-graph, load/store variables from register instead of memory,
22 function vs builtin macro expansion, ...
24 ===========================================================================