blob: 2da70abb81018996cbd55de1afd4f505c8e9c588 [file] [log] [blame]
sewardj26e89c22004-11-05 19:53:22 +00001
2/* Copy this file (test_main.h.in) to test_main.h, and edit */
3
4/* DEBUG RUN, ON V */
5#if 0
6#define TEST_VSUPPORT True
7#define TEST_N_ITERS 1
8#define TEST_N_BBS 1
9#define TEST_FLAGS (1<<7)|(1<<2)|(1<<1)
10#endif
11
12/* CHECKING RUN, ON V */
13#if 1
14#define TEST_VSUPPORT True
15#define TEST_N_ITERS 1
16#define TEST_N_BBS 100000
17#define TEST_FLAGS 0
18#endif
19
20/* PROFILING RUN, NATIVE */
21#if 0
22#define TEST_VSUPPORT False
23#define TEST_N_ITERS 100
24#define TEST_N_BBS 1000
25#define TEST_FLAGS 0
26#endif
27
28/* PROFILING RUN, REDUCED WORKLOAD */
29#if 0
30#define TEST_VSUPPORT False
31#define TEST_N_ITERS 3
32#define TEST_N_BBS 1000
33#define TEST_FLAGS 0
34#endif
35