SCM Repository
Diff of /benchmarks/README
Parent Directory
|
Revision Log
|
Patch
revision 1576, Sat Oct 29 16:55:50 2011 UTC | revision 1577, Sat Oct 29 17:06:10 2011 UTC | |
---|---|---|
# | Line 31 | Line 31 |
31 | TBA | TBA |
32 | ||
33 | =============== | =============== |
34 | RUNNING BENCHMARKS | |
35 | =============== | |
36 | ||
37 | To run a benchmark, use the command | |
38 | ||
39 | % ./scripts/run-one.sh bmark nruns nprocs | |
40 | ||
41 | from the root of the benchmark tree. The command-line arguments are | |
42 | ||
43 | bmark -- the name of the benchmark program (i.e., its directory name) | |
44 | nruns -- the number of runs of each instance | |
45 | nprocs -- the maximum number of processors for the parallel versions; | |
46 | specifying 0 will omit the parallel tests. | |
47 | ||
48 | Running this script will produce two files. | |
49 | ||
50 | bmark-report.date | |
51 | bmark-log.date | |
52 | ||
53 | (where "bmark" is the name of the benchmark and "date" is a timestamp). The | |
54 | report file contains the timing results, while the log file contains the | |
55 | transcript of the build process. | |
56 | ||
57 | =============== | |
58 | ADDING BENCHMARKS | ADDING BENCHMARKS |
59 | =============== | =============== |
60 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |