hermit-os/uhyve

Investigate continuous benchmarking

开放

#1,043 创建于 2025年8月7日

 (1 条评论) (0 个反应) (0 位负责人)Rust (35 个派生)auto 404
cienhancementfeature/optimizationhelp wanted

仓库指标

星标
 (293 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

See:

Over the past few months, various changes have been merged into Uhyve - those aim to improve configurability and security. At the same time, program paths have gotten much more complex.

To make the case for Uhyve's existence, keeping up with real-world benchmark numbers (as is done for the kernel itself: https://github.com/hermit-os/kernel/pull/1726) would be an interesting point to explore.

  • This repository already has a few benches that haven't "kept up with the times". They could be used to measure the project as a whole or individual components.
  • This repository could use images specifically intended for performance measurements.
    • Something simple like LINPACK or more complicated use cases (e.g. heavy hypercall usage over prolonged periods of time) could work.
  • See: https://github.com/hermit-os/hermit-bench

贡献者指南