Manzil now ships a small benchmark harness for comparing the bundled
linker against smfh on the same synthetic manifest.
nix run .#manzil-bench -- 2000 20Arguments:
hyperfineExample:
nix run .#manzil-bench -- 5000 30The harness generates two manifests over a temporary tree and compares:
activatediffThe synthetic workload mixes:
Some entries stay unchanged between the old and new manifests, while others change source paths or permissions. That gives a useful approximation of a real activation instead of a single toy file.
/nix/storeIf you make linker changes, run the harness before and after the change and keep the exact command in the commit or PR notes.