increase in boot time between 2.1.4 and 2.1.11 #980
Description
I notice that time to boot has changed since 2.1.4. Unforunately, PnP measurements weren't started until ~2.1.5 release, and since then it appears a major change hasn't been found. I would guess there is something between 2.1.5 and 2.1.4 that is adding considerably to bootime.
Note: in output share below, the only thing that was modified was the cc-oci-runtime version -- test was carried out on same host.
$ cc-oci-runtime --version
cc-oci-runtime version: 2.1.4
$ time docker run --runtime=cor -itd alpine sh
03b6444d2526f50bd5f13ac4e0e1153de3beb0b85403ab708fb68644cf578107
real 0m0.546s
$ apt-get install cc-oci-runtime
$ cc-oci-runtime --version
cc-oci-runtime version: 2.1.11
$ time docker run --runtime=cor -itd alpine sh
f56f42c4e9052e40838d8aa2258c434aef5ff8952dfc2d18d81d3e19dc889e79
real 0m0.993s