flamegraphs: Improve the title page
[libguestfs-talks.git] / 2021-pipelines / benchmarking / testA4.sh
1 #!/bin/bash
2 set -x
3 set -e
4
5 source settings.sh
6
7 qemu-img create -f qcow2 -b ssh://$remote/$dir/fedora-33.img snapshot.qcow2
8 virt-sparsify --inplace snapshot.qcow2
9 qemu-img convert -f qcow2 snapshot.qcow2 -O raw local.img