-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Benchmarks and update calls that use
T::Swap
(Honzon and C…
…dp Treasury) (#2303) * refactor inject utility * refactor currency id in benchmarks * refactor fixes * update honzon and cdp treasury benches * Update runtime/mandala/src/benchmarking/utils.rs Co-authored-by: Xiliang Chen <xlchen1291@gmail.com> * use STAKING for prices benchmark * decrease ED a little * update to use correct ED * cargo run --quiet --profile=production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime --features=on-chain-release-build -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_honzon --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ * cargo run --quiet --profile=production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime --features=on-chain-release-build -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_cdp_treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ * cargo run --quiet --profile=production --color=never --bin=acala --features=runtime-benchmarks --features=with-acala-runtime --features=on-chain-release-build -- benchmark pallet --chain=acala-dev --steps=50 --repeat=20 --pallet=module_prices --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/acala/src/weights/ Co-authored-by: Xiliang Chen <xlchen1291@gmail.com> Co-authored-by: Acala Benchmarking Bot <hello@acala.network>
- Loading branch information
1 parent
63efabc
commit aa12c5d
Showing
25 changed files
with
324 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.