firecracker-microvm / firecracker

Secure and fast microVMs for serverless computing.
http://firecracker-microvm.io
Apache License 2.0
25.03k stars 1.75k forks source link

Test performance when spawning a high number of microVMs #1665

Closed dianpopa closed 2 years ago

dianpopa commented 4 years ago

Find a way to ensure that boot time, process start up etc stays within a desired range even when a high number of microVMs (>1000) are spawned on a metal machine. The current method of doing this has proven to be unreliable and not very helpful since we only spawn 10 microVMs. See https://github.com/firecracker-microvm/firecracker/pull/1664.

luminitavoicu commented 2 years ago

We already have other pipelines for ensuring concurrency related tests for Firecracker.