main
test-branch
| Line | |
|---|
| 1 | # config/suite.def
|
|---|
| 2 | # This file is used to build several benchmarks with a single command.
|
|---|
| 3 | # Typing "make suite" in the main directory will build all the benchmarks
|
|---|
| 4 | # specified in this file.
|
|---|
| 5 | # Each line of this file contains a benchmark name and the class.
|
|---|
| 6 | # The name is one of "cg", "is", "dc", "ep", mg", "ft", "sp",
|
|---|
| 7 | # "bt", "lu", and "ua".
|
|---|
| 8 | # The class is one of "S", "W", "A" through "E"
|
|---|
| 9 | # (except that no classes C,D,E for DC and no class E for IS and UA).
|
|---|
| 10 | # No blank lines.
|
|---|
| 11 | # The following example builds sample sizes of all benchmarks.
|
|---|
| 12 | ft S
|
|---|
| 13 | mg S
|
|---|
| 14 | sp S
|
|---|
| 15 | lu S
|
|---|
| 16 | bt S
|
|---|
| 17 | is S
|
|---|
| 18 | ep S
|
|---|
| 19 | cg S
|
|---|
| 20 | ua S
|
|---|
| 21 | dc S
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.