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: time wasmer deserialization costs #4060

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Mar 9, 2021

As that's where we spend the bulk of our time

@matklad matklad requested a review from ailisp March 9, 2021 09:48
@matklad matklad requested a review from olonho as a code owner March 9, 2021 09:48
@matklad matklad changed the title fix: time wasmer deserialization costs feat: time wasmer deserialization costs Mar 9, 2021
As that's where we spend the bulk of our time
Copy link
Collaborator

@bowenwang1996 bowenwang1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matklad I thought we agreed to use debug_span! instead of info_span!

@matklad
Copy link
Contributor Author

matklad commented Mar 10, 2021

@bowenwang1996 yeah, we should change this, but in a separate PR. At the moment the rest of vm-runner is using info, so I'd rather merge this and change to debug later.

We don't enable logging for vm-runner on master anyway, so this shouldn't affect actual log output I think (#4038 is not merged)

@matklad
Copy link
Contributor Author

matklad commented Mar 10, 2021

ok, let me merge this (there's a bunch of info calls anyway, so this doesn't make the things worse), and I'll immediatelly send a follow up to switch to debug. Follow up: #4069

@near-bulldozer near-bulldozer bot merged commit 212f559 into near:master Mar 10, 2021
@matklad matklad deleted the timecache branch March 10, 2021 14:44
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.

3 participants