Skip to content

Commit

Permalink
Update the performance test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 16, 2024
1 parent 3b0d1d1 commit 2adfe04
Showing 1 changed file with 9 additions and 51 deletions.
60 changes: 9 additions & 51 deletions misc-configs/config.parachain.peaq-dev.100.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
# Relaychain Configuration
relaychain:
image: parity/polkadot:v1.0.0 # the docker image to use
image: parity/polkadot:v1.8.0 # the docker image to use
chain: rococo-local # the chain to use
runtimeGenesisConfig: # additonal genesis override
configuration:
config:
validation_upgrade_cooldown: 10
validation_upgrade_delay: 10
hrmp:
preopenHrmpChannels:
- sender: 3000
recipient: 3338
maxCapacity: 8
maxMessageSize: 102400
- sender: 3338
recipient: 3000
maxCapacity: 8
maxMessageSize: 102400
async_backing_params:
max_candidate_depth: 3
allowed_ancestry_len: 2
scheduling_lookahead: 2
env: # environment variables for all relaychain nodes
RUST_LOG: parachain::candidate-backing=trace,xcm=trace
flags: # additional CLI flags for all relaychain nodes
- --rpc-methods=unsafe
- --no-hardware-benchmarks
- --insecure-validator-i-know-what-i-do
# - --unsafe-force-node-key-generation
nodes: # nodes config
- name: alice # the node name and session key, this imply `--alice`
wsPort: 9944 # default ws port number is `9944 + global_node_index`
rpcPort: 9933 # default rpc port number is `9933 + global_node_index`
port: 30333 # default libp2p port number is `30333 + global_node_index`
flags: # additional CLI flags for this node
- --force-authoring
- name: bob
- name: charlie

Expand All @@ -39,8 +34,8 @@ parachains:
base: peaq-local # the chain to use
chainType: Development
collators: # override collators
# - dave # this imply //Alice
- ferdie
# - dave
sudo: alice # override sudo key to //Alice
runtimeGenesisConfig: # additonal genesis override
balances:
Expand Down Expand Up @@ -129,40 +124,3 @@ parachains:
port: 30443
relaychainFlags: # additional CLI flags for relaychain part
- --name=relaychain-9
- image: acala/acala-node:2.21.0
chain:
base: acala-local
collators:
- bob
sudo: alice
runtimeGenesisConfig: # additonal genesis override
balances:
balances:
- [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY, 1000000000000000000000]
- [5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty, 1000000000000000000000]
- [5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y, 1000000000000000000000]
- [5DAAnrj7VHTznn2AWBemMuyBwZWs6FNFjdyVXUeYum3PTXFy, 1000000000000000000000]
- [5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw, 1000000000000000000000]
- [5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL, 1000000000000000000000]
id: 3000
parachain: true
flags:
- --rpc-methods=unsafe
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
env:
RUST_LOG: sc_basic_authorship=trace,cumulus-consensus=trace,cumulus-collator=trace,collator_protocol=trace,collation_generation=trace,aura=debug,xcm=trace
# Acala's path should be under the acala/data
volumePath: /acala/data
nodes: # nodes config
- name: bob # the node name and session key, this imply `--alice`
wsPort: 10144 # default ws port number is `9944 + global_node_index`
rpcPort: 10133 # default rpc port number is `9933 + global_node_index`
port: 30533 # default libp2p port number is `30333 + global_node_index`
flags:
- --bob
relaychainFlags: # additional CLI flags for relaychain part

0 comments on commit 2adfe04

Please sign in to comment.