From be6af227a5a4fe718d40b950efa571e9abc192fd Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 5 Dec 2017 08:36:05 +0300 Subject: [PATCH] Add --thread-init-timeout to README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd546fb..2326ebc 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ The table below lists the supported common options, their descriptions and defau | `--time` | Limit for total execution time in seconds. 0 means no limit | 10 | | `--warmup-time` | Execute events for this many seconds with statistics disabled before the actual benchmark run with statistics enabled. This is useful when you want to exclude the initial period of a benchmark run from statistics. In many benchmarks, the initial period is not representative because CPU/database/page and other caches need some time to warm up | 0 | | `--rate` | Average transactions rate. The number specifies how many events (transactions) per seconds should be executed by all threads on average. 0 (default) means unlimited rate, i.e. events are executed as fast as possible | 0 | +| `--thread-init-timeout` | Wait time in seconds for worker threads to initialize | 30 | | `--thread-stack-size` | Size of stack for each thread | 32K | | `--report-interval` | Periodically report intermediate statistics with a specified interval in seconds. Note that statistics produced by this option is per-interval rather than cumulative. 0 disables intermediate reports | 0 | | `--debug` | Print more debug info | off |