Comment 37 for bug 2065180

Revision history for this message
Benjamin Drung (bdrung) wrote :

The second iteration of the noble SRU: Reduce the number of dracut-install calls from 51 down to 26. This involves adjusting six packages: cryptsetup (2 -> 1), lvm2 (8 -> 1), thin-provisioning-tools (3 -> 1), open-iscsi (9 -> 1), cloud-initramfs-tools (5 -> 1), and initramfs-tools itself (8 -> 5).

Benchmark result on Raspberry Pi Zero 2W: Ubuntu noble with dracut-install 060+5-1ubuntu3.1 (with linux 6.8.0-1006.6 on 2024-07-02) with those changes mentioned above:

```
bdrung@zero2w:~$ sudo hyperfine --warmup 1 -r 10 "update-initramfs -u"
Benchmark 1: update-initramfs -u
  Time (mean ± σ): 223.113 s ± 5.167 s [User: 50.701 s, System: 159.711 s]
  Range (min … max): 215.693 s … 230.826 s 10 runs
```