VM templates provides 38.68% speedup for kata containers when running with containerd shimv2.
| boot speed | |
|---|---|
| no-vm-template avg | 0.8199s |
| with-vm-template avg | 0.5028s |
| speedup | 38.68% |
CMD to run the test:
for I in $(seq 10); do time sudo ctr run -t -d --runtime io.containerd.kata.v2 docker.io/library/busybox:latest foobar$I top;done