-
Notifications
You must be signed in to change notification settings - Fork 2
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: wasm::Module
benchmark
#109
Conversation
Module::call_func
benchmarkwasm::Module
benchmark
cc8a07e
to
aa838af
Compare
I am happy with the benchmarks, and the performance they are measuring. They will give us a yardstick we can use as hermes evolves to help find performance regressions should they occur. Once this is in a mergable state I am happy to approve it. |
depends on input-output-hk/catalyst-ci#195 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a comment but LGTM
Description
Added benchmark for the
wasm::Module
execution using the criterion libRelated Issue(s)
Closes #79
Please confirm the following checks