Skip to content
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

add production profile #1954

Merged
merged 2 commits into from
Mar 15, 2022
Merged

add production profile #1954

merged 2 commits into from
Mar 15, 2022

Conversation

zqhxuyuan
Copy link
Contributor

@zqhxuyuan zqhxuyuan commented Mar 12, 2022

closes: #1836

  • bench bot
  • docker

wasm:

cargo build --profile production --features with-karura-runtime
1237650  3 12 22:11 karura_runtime.compact.compressed.wasm (12.9%)
4975128  3 12 22:11 karura_runtime.compact.wasm (39.2%)
5420444  3 12 22:11 karura_runtime.wasm (40.78%)

cargo build --release --features with-karura-runtime
1397539  3 12 23:18 karura_runtime.compact.compressed.wasm
6929984  3 12 23:18 karura_runtime.compact.wasm
7630894  3 12 23:18 karura_runtime.wasm

@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #1954 (e53301b) into master (a5e172b) will increase coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1954      +/-   ##
==========================================
+ Coverage   86.14%   86.47%   +0.32%     
==========================================
  Files          89       90       +1     
  Lines       18911    19780     +869     
==========================================
+ Hits        16291    17104     +813     
- Misses       2620     2676      +56     
Impacted Files Coverage Δ
rpc/src/lib.rs
modules/currencies/src/tests.rs 100.00% <0.00%> (ø)
modules/currencies/src/lib.rs 80.10% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5e172b...e53301b. Read the comment docs.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@zqhxuyuan zqhxuyuan marked this pull request as ready for review March 14, 2022 00:38
@zqhxuyuan zqhxuyuan merged commit 9e677be into master Mar 15, 2022
@zqhxuyuan zqhxuyuan deleted the production-profile branch March 15, 2022 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add production profile
2 participants