-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause transaction #1333
Pause transaction #1333
Conversation
/bench runtime karura module_transaction_pause |
Finished benchmark for branch: pause-transaction Benchmark: Benchmark Runtime Karura Module cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-latest --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ ResultsCompiling acala-cli v1.3.0 (/app/git/Acala/node/cli) Compiling module-collator-selection v1.3.0 (/app/git/Acala/modules/collator-selection) Compiling module-staking-pool-rpc-runtime-api v1.3.0 (/app/git/Acala/modules/staking-pool/rpc/runtime-api) Compiling polkadot-cli v0.9.8 (https://github.com/paritytech//polkadot?rev=3a10ee63c0b5703a1c802db3438ab7e01344a8ce#3a10ee63) Compiling acala v1.3.0 (/app/git/Acala/node) |
/bench runtime module module_transaction_pause |
Finished benchmark for branch: pause-transaction Benchmark: Benchmark Runtime Module cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/transaction-pause/src/weights.rs --template=./templates/module-weight-template.hbs ResultsPallet: "module_transaction_pause", Extrinsic: "pause_transaction", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
|
…hmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/transaction-pause/src/weights.rs --template=./templates/module-weight-template.hbs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be good to have some integration tests
/bench runtime custom-karura --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ |
Finished benchmark for branch: pause-transaction Benchmark: Benchmark Karura Runtime Custom cargo run --release --color=never --bin acala --features=with-karura-runtime --features runtime-benchmarks -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ ResultsCompiling karura-runtime v1.3.0 (/app/git/Acala/runtime/karura) |
/bench runtime custom-karura --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ |
Finished benchmark for branch: pause-transaction Benchmark: Benchmark Karura Runtime Custom cargo run --release --color=never --bin acala --features=with-karura-runtime --features runtime-benchmarks -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ ResultsPallet: "module_transaction_pause", Extrinsic: "pause_transaction", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
|
…runtime --features runtime-benchmarks -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_transaction_pause --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
close #1315