-
Notifications
You must be signed in to change notification settings - Fork 720
stable-asset-update #1683
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
stable-asset-update #1683
Conversation
|
/bench runtime mandala nutsfinance_stable_asset |
|
Finished benchmark for branch: stable-asset-update Benchmark: Benchmark Runtime Mandala Module cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=nutsfinance_stable_asset --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/ ResultsPallet: "nutsfinance_stable_asset", Extrinsic: "create_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
…hmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=nutsfinance_stable_asset --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
|
Well that is an ugly output, I will fix the handlebars file |
…ime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=nutsfinance_stable_asset --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/" This reverts commit 910614c.
|
Just a few comments... overall looks good! Also merge master, so we can get the benchbot to benchmark now that handlebars template files are working again |
|
Nit, while I believe this is safe as ensure!(
assets.len() <= T::PoolAssetLimit::get().try_into().unwrap(),
Error::<T>::ArgumentsError
); |
|
/bench runtime mandala nutsfinance_stable_asset |
|
Finished benchmark for branch: stable-asset-update Benchmark: Benchmark Runtime Mandala Module cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=nutsfinance_stable_asset --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/ ResultsPallet: "nutsfinance_stable_asset", Extrinsic: "create_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
|
…hmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=nutsfinance_stable_asset --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
update stable asset benchmarks