-
Notifications
You must be signed in to change notification settings - Fork 298
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
Refactor and clean up benchmark code #299
Conversation
Codecov Report
@@ Coverage Diff @@
## master #299 +/- ##
=======================================
Coverage 79.56% 79.56%
=======================================
Files 31 31
Lines 4738 4738
=======================================
Hits 3770 3770
Misses 968 968
Continue to review full report at Codecov.
|
benches/src/lib.rs
Outdated
// Parses the Wasm binary at the given file name into a `wasmi` module. | ||
// | ||
// # Note | ||
// | ||
// This includes validation and compilation to `wasmi` bytecode. |
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.
May be worth converting to rust doc while you at it.
.wat
files into their own files.