enarx-archive / demo

A demonstration of various Enarx components
Apache License 2.0
9 stars 8 forks source link

Implement performance benchmarking for basic demo #18

Closed mbestavros closed 5 years ago

mbestavros commented 5 years ago

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 commented 5 years ago

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