blob: 9087629342d107e4eb399f01c82463a354269944 [file] [log] [blame]
sewardjabe017e2004-10-29 23:42:36 +00001
2/* Copy this file (test_main.h.in) to test_main.h, and edit */
3
4/* DEBUG RUN, ON V */
5#if 1
6#define TEST_VSUPPORT True
7#define TEST_N_ITERS 1
8#define TEST_N_BBS 1
9#define TEST_FLAGS (1<<7)
10#endif
11
12/* CHECKING RUN, ON V */
13#if 0
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