16585: Add --repeat cli argument, which automatically repeats an
authorWard Vandewege <ward@curii.com>
Mon, 6 Jul 2020 13:37:32 +0000 (09:37 -0400)
committerWard Vandewege <ward@curii.com>
Tue, 7 Jul 2020 16:06:21 +0000 (12:06 -0400)
commit199d58a4df0dba1ee71c6816bc3a9d9d439cfd7e
treed7c1bdd7dfe8907a941e9670c061ed8f9c9ee1af
parent9d977a7eae2fb2dd8556ae2391b21b22d28a2ff0
16585: Add --repeat cli argument, which automatically repeats an
expirement N times. Add warmup phase to ensure there are always
sufficient blocks available for all read threads. Refactor nextLocator
to be an atomic.Value instead of a channel, to avoid read starvation.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
tools/keep-exercise/keep-exercise.go