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

feat(docs): Reindex typesense in CI #11791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

catmcgee
Copy link
Contributor

@catmcgee catmcgee commented Feb 6, 2025

@catmcgee catmcgee marked this pull request as ready for review February 6, 2025 18:39
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Changes to public function bytecode sizes

Generated at commit: 8b55cddec5722196c2e47a8385fbb177552edb15, compared to commit: 952615bed1be4f0c8d382f4ed83bf12c34c6799a

🧾 Summary (100% most significant diffs)

Program Bytecode size in bytes (+/-) %
Auth::get_authorized_delay +1,299 ❌ +190.75%
Auth::get_scheduled_authorized +889 ❌ +102.77%
Auth::get_authorized +883 ❌ +91.12%
Auth::set_authorized +1,887 ❌ +63.47%
Auth::set_authorized_delay +1,889 ❌ +61.55%
TokenBlacklist::update_roles +1,748 ❌ +37.44%
TokenBlacklist::constructor +1,685 ❌ +33.43%
Auth::public_dispatch +1,787 ❌ +23.23%
TokenBlacklist::get_roles +333 ❌ +14.04%
TokenBlacklist::mint_public +338 ❌ +10.58%
TokenBlacklist::mint_private +318 ❌ +9.37%
TokenBlacklist::public_dispatch +1,861 ❌ +7.84%
TokenBlacklist::burn_public +148 ❌ +3.08%
TokenBlacklist::shield +157 ❌ +2.88%
TokenBlacklist::transfer_public +135 ❌ +2.49%

Full diff report 👇
Program Bytecode size in bytes (+/-) %
Auth::get_authorized_delay 1,980 (+1,299) +190.75%
Auth::get_scheduled_authorized 1,754 (+889) +102.77%
Auth::get_authorized 1,852 (+883) +91.12%
Auth::set_authorized 4,860 (+1,887) +63.47%
Auth::set_authorized_delay 4,958 (+1,889) +61.55%
TokenBlacklist::update_roles 6,417 (+1,748) +37.44%
TokenBlacklist::constructor 6,726 (+1,685) +33.43%
Auth::public_dispatch 9,480 (+1,787) +23.23%
TokenBlacklist::get_roles 2,705 (+333) +14.04%
TokenBlacklist::mint_public 3,532 (+338) +10.58%
TokenBlacklist::mint_private 3,712 (+318) +9.37%
TokenBlacklist::public_dispatch 25,586 (+1,861) +7.84%
TokenBlacklist::burn_public 4,955 (+148) +3.08%
TokenBlacklist::shield 5,602 (+157) +2.88%
TokenBlacklist::transfer_public 5,565 (+135) +2.49%

Copy link
Contributor

github-actions bot commented Feb 6, 2025

Changes to circuit sizes

Generated at commit: 8b55cddec5722196c2e47a8385fbb177552edb15, compared to commit: 952615bed1be4f0c8d382f4ed83bf12c34c6799a

🧾 Summary (100% most significant diffs)

Program ACIR opcodes (+/-) % Circuit size (+/-) %
parity_root 0 ➖ 0.00% +548,792 ❌ +18.67%
rollup_block_root_empty 0 ➖ 0.00% +137,198 ❌ +18.45%
rollup_merge 0 ➖ 0.00% +274,396 ❌ +17.94%
rollup_block_merge 0 ➖ 0.00% +274,396 ❌ +16.30%
rollup_block_root 0 ➖ 0.00% +411,594 ❌ +11.27%
rollup_block_root_single_tx 0 ➖ 0.00% +274,396 ❌ +9.61%
rollup_base_private 0 ➖ 0.00% +137,198 ❌ +8.38%
rollup_base_public 0 ➖ 0.00% +137,198 ❌ +4.53%
rollup_root 0 ➖ 0.00% +274,396 ❌ +1.02%

Full diff report 👇
Program ACIR opcodes (+/-) % Circuit size (+/-) %
parity_root 4,266 (0) 0.00% 3,487,851 (+548,792) +18.67%
rollup_block_root_empty 1,970 (0) 0.00% 880,961 (+137,198) +18.45%
rollup_merge 1,803 (0) 0.00% 1,803,677 (+274,396) +17.94%
rollup_block_merge 30,830 (0) 0.00% 1,957,786 (+274,396) +16.30%
rollup_block_root 473,390 (0) 0.00% 4,062,798 (+411,594) +11.27%
rollup_block_root_single_tx 471,893 (0) 0.00% 3,129,425 (+274,396) +9.61%
rollup_base_private 137,836 (0) 0.00% 1,775,147 (+137,198) +8.38%
rollup_base_public 357,055 (0) 0.00% 3,167,346 (+137,198) +4.53%
rollup_root 30,814 (0) 0.00% 27,213,935 (+274,396) +1.02%

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.

Fix typesense reindexing in CI
1 participant