diff options
Diffstat (limited to 'test/format/config.h')
-rw-r--r-- | test/format/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/format/config.h b/test/format/config.h index 01357d6fb30..7871127ff26 100644 --- a/test/format/config.h +++ b/test/format/config.h @@ -261,6 +261,10 @@ static CONFIG c[] = { "maintain statistics", /* 20% */ C_BOOL, 20, 0, 0, &g.c_statistics, NULL }, + { "statistics_server", + "run the statistics server thread", /* 5% */ + C_BOOL, 5, 0, 0, &g.c_statistics_server, NULL }, + { "threads", "the number of threads", C_IGNORE, 1, 32, 128, &g.c_threads, NULL }, |