Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Implement performance benchmarking for basic demo #18

Merged

Conversation

mbestavros
Copy link
Contributor

This PR implements performance benchmarking on top of the Wasmtime basic demo from #9. This will be helpful for us to quantify the performance overhead associated with running code on Wasmtime vs. natively.

Resolves #8.

@mbestavros mbestavros force-pushed the performance-benchmarking branch 3 times, most recently from a8aa10b to c27a5e5 Compare September 5, 2019 13:55
Copy link
Contributor

@npmccallum npmccallum left a comment

Choose a reason for hiding this comment

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

Overall, this looks very good. I've requested just a few changes.

wasmtime-basic/README.md Outdated Show resolved Hide resolved
wasmtime-basic/README.md Outdated Show resolved Hide resolved
wasmtime-basic/src/main.rs Show resolved Hide resolved
wasmtime-basic/src/main.rs Outdated Show resolved Hide resolved
@mbestavros mbestavros force-pushed the performance-benchmarking branch 2 times, most recently from 96c9bf3 to 44a7ee8 Compare September 5, 2019 14:24
@mbestavros mbestavros force-pushed the performance-benchmarking branch from 44a7ee8 to c71fb4a Compare September 5, 2019 15:07
@mbestavros
Copy link
Contributor Author

@npmccallum Resolved your comments; ready for re-review.

@npmccallum npmccallum merged commit 84fed85 into enarx-archive:master Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WASM: Benchmark performance overhead of code run via Wasmtime vs. natively
2 participants