rust-vmm / linux-loader

Linux kernel loader
Apache License 2.0
182 stars 55 forks source link

Enable performance tests at every PR #46

Closed alxiord closed 4 years ago

alxiord commented 4 years ago

This PR is on top of #44. Please review only the last 3 commits. #44 should be merged first.

This PR hooks linux-loader to the recently introduced bench integration test in rust-vmm-ci. The benchmarks introduced by #44 will be run at every PR and the test will print comparison results relative to the upstream code.

alxiord commented 4 years ago

Closing in favor of #44