Skip to content
  • Kian Paimani's avatar
    Fix bench bot (#2900) · 47889d84
    Kian Paimani authored
    
    
    * Fix bench bot
    
    * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_membership --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
    
    * Fix weights files
    
    * Fix'
    
    * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_membership --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    
    Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
    47889d84