You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(storage): measure the end state against the file store, not the old one
btrfs charges very differently for four hundred small files than for one large
one, so comparing what the disk still costs against what the environment used
to occupy was a statement about filesystem overhead rather than about the
migration. It compares against what the file store actually occupies now.
The load-bearing assertion, that retiring hands back most of what the
environment held, was passing on btrfs already. The numbers are printed as
well as asserted: on this machine the environment held 14.1 MB, the file store
holds 6.6 MB, and 14.1 MB came back.
0 commit comments