Skip to content

Commit

Permalink
CAD-2907 worbench: 10-* profiles, for a 10-node cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jun 10, 2021
1 parent 3fd294b commit 09c7aad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nix/workbench/profiles/adhoc.jq
Expand Up @@ -12,6 +12,16 @@ def adhoc_profiles:
, init_cooldown: 25 }
, tolerances: { finish_patience: 4 }
}
, { name: "10"
, composition:
{ n_singular_hosts: 10
, n_dense_hosts: 0
}
, genesis:
{ genesis_future_offset: "10 seconds"
, utxo: 0
}
}
, { name: "default"
, genesis:
{ verbatim:
Expand Down

0 comments on commit 09c7aad

Please sign in to comment.