mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-17 22:51:05 +00:00
Update the run script
This commit is contained in:
@@ -408,7 +408,7 @@ where
|
||||
#[derive(Clone, Debug, Parser, Serialize)]
|
||||
pub struct ConcurrencyConfiguration {
|
||||
/// Determines the amount of nodes that will be spawned for each chain.
|
||||
#[clap(long = "concurrency.number-of-nodes")]
|
||||
#[clap(long = "concurrency.number-of-nodes", default_value_t = 5)]
|
||||
pub number_of_nodes: usize,
|
||||
|
||||
/// Determines the amount of tokio worker threads that will will be used.
|
||||
|
||||
Reference in New Issue
Block a user