-
Notifications
You must be signed in to change notification settings - Fork 528
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
Auto publish predeploy contracts #2076
Conversation
/bench runtime module module_evm |
Finished benchmark for branch: auto-publish-predeploy-contracts Benchmark: Benchmark Runtime Module cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module_evm --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/evm/src/weights.rs --template=./templates/module-weight-template.hbs ResultsPallet: "module_evm", Extrinsic: "create", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
…hmarks --features=with-mandala-runtime -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=module_evm --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./modules/evm/src/weights.rs --template=./templates/module-weight-template.hbs
…twork/Acala into auto-publish-predeploy-contracts
/bench runtime karura module_evm |
Finished benchmark for branch: auto-publish-predeploy-contracts Benchmark: Benchmark Runtime Karura Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark pallet --chain=karura-dev --steps=50 --repeat=20 --pallet=module_evm --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/ ResultsPallet: "module_evm", Extrinsic: "create", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
Codecov Report
@@ Coverage Diff @@
## master #2076 +/- ##
==========================================
+ Coverage 85.96% 86.33% +0.37%
==========================================
Files 96 99 +3
Lines 19424 21295 +1871
==========================================
+ Hits 16698 18386 +1688
- Misses 2726 2909 +183
Continue to review full report at Codecov.
|
…untime-benchmarks --features=with-karura-runtime -- benchmark pallet --chain=karura-dev --steps=50 --repeat=20 --pallet=module_evm --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
/bench runtime acala module_evm |
Finished benchmark for branch: auto-publish-predeploy-contracts Benchmark: Benchmark Runtime Acala Module cargo run --profile production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_evm --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ ResultsPallet: "module_evm", Extrinsic: "create", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
…untime-benchmarks --features=with-acala-runtime -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_evm --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/
…rrencyIds * origin/master: add xcm instruction RefundSurplus after Transact (#2088) rm dex share duplicate code (#2089) precompile (#2049) Remove honzon global paramter (#2071) update orml (#2077) Auto publish predeploy contracts (#2076) # Conflicts: # modules/cdp-engine/src/lib.rs # modules/cdp-engine/src/tests.rs # runtime/acala/src/lib.rs
Closes: #2064