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

Update Wasmi to v0.32.0-beta.2 #83

Merged
merged 3 commits into from
Dec 25, 2023
Merged

Conversation

Robbepop
Copy link
Contributor

@Robbepop Robbepop commented Dec 25, 2023

Adds CompilationMode and removes EngineBackend parameter.

runtime/minimal/wasmi_eager: 167ns
compilation/minimal/wasmi_eager: 32us
oneshot/minimal/wasmi_eager: 58us

runtime/minimal/wasmi_lazy: 154ns
compilation/minimal/wasmi_lazy: 21us
oneshot/minimal/wasmi_lazy: 53us

runtime/pinky/wasmi_eager: 87ms
compilation/pinky/wasmi_eager: 557us
oneshot/pinky/wasmi_eager: 794ms

runtime/pinky/wasmi_lazy: 87ms
compilation/pinky/wasmi_lazy: 109us
oneshot/pinky/wasmi_lazy: 794ms

runtime/prime-sieve/wasmi_eager: 26ms
compilation/prime-sieve/wasmi_eager: 1109us
oneshot/prime-sieve/wasmi_eager: 276ms

runtime/prime-sieve/wasmi_lazy: 26ms
compilation/prime-sieve/wasmi_lazy: 84us
oneshot/prime-sieve/wasmi_lazy: 269ms

Adds CompilationMode and removes EngineBackend parameter.
@koute koute merged commit 1c82437 into paritytech:master Dec 25, 2023
5 checks passed
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.

2 participants