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

write our own benchmarks for orml_tokens #261

Open
brenzi opened this issue Feb 9, 2024 · 2 comments
Open

write our own benchmarks for orml_tokens #261

brenzi opened this issue Feb 9, 2024 · 2 comments

Comments

@brenzi
Copy link
Collaborator

brenzi commented Feb 9, 2024

ORML unfortunately doesn't provide benchmarking logic for their pallet:
https://github.com/open-web3-stack/open-runtime-module-library/tree/v0.7.0/tokens

Acala implements them, but with a tail of Acala-dependencies
https://github.com/AcalaNetwork/Acala/blob/master/runtime/mandala/src/benchmarking/tokens.rs

best way for us is to write our own benchmarking logic, it seems

@clangenb
Copy link
Contributor

I did the same for orml-vesting in ajuna: ajuna-network/ajuna-pallets#25

@clangenb
Copy link
Contributor

This is the working branch for v1.10.0: ajuna-network/ajuna-pallets#45

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

No branches or pull requests

2 participants