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 Azle implementation of Basic DAO example #10

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

Conversation

dansteren
Copy link

@dansteren dansteren commented Oct 18, 2023

Basic DAO

binary_size init transfer_token submit_proposal vote_proposal upgrade
Rust 781_448 548_099 86_604 105_959 117_886 1_624_732
Azle 5_235_199 1_205_288_544 5_241_400 6_240_861 14_456_722 1_178_028_300

Warning

Currently the process crashes without completing because pre/post upgrade haven't been implemented:

Flamegraph written to canister-profiling/_out/dapps/Azle_upgrade.svg
1_178_013_881 : nat
                                                                                                (189.31s)
"[1_178_013_881](Azle_upgrade.svg)|\n"
                                                                                               (430.95µs)
null
                                                                                                (86.09ms)
Error: selector Option cannot be applied to null
make: *** [Makefile:18: perf] Error 1

@dansteren dansteren force-pushed the 9_basic_dao branch 2 times, most recently from a6ae85f to 7b8837b Compare October 19, 2023 06:52
@dansteren dansteren linked an issue Nov 8, 2023 that may be closed by this pull request
3 tasks
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.

Basic DAO Benchmarks
1 participant