description:'Whether to have multiple validators share the same key.'
dupOrSuperByzValidators:
description:'"--dup-validators" (multiple validators share the same key) and(or) "--super-byzantine-validators" (byzantine validators have just shy of 2/3 the voting weight)'
required:false
default:'false'
superByzantineValidators:
description:'Should byzantine validators have just shy of 2/3 the voting weight?'
required:false
default:'false'
default:''
concurrency:
description:'How many workers should we run? Must be an integer and >= 10, optionally followed by n (e.g. 3n) to multiply by the number of nodes.'
required:true
default:10
timeLimit:
description:'Excluding setup and teardown, how long should a test run for, in seconds?'
required:false
required:true
default:60
tendermintUrl:
description:'Where to grab the Tendermint binary (linux/amd64 tarball)?'