File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -622,7 +622,17 @@ def test_benchmark_ls_bin(
622622 args : str ,
623623 capsys : pytest .CaptureFixture ,
624624) -> None :
625- """Benchmark ls command with different parameters with a /bin directory containing ~1000 files."""
625+ """Benchmark ls command with different parameters with a /bin directory containing ~1000 files.
626+
627+ The image only contains a /bin directory with ~1000 files and an /etc directory with some configuration files.
628+ The rest of the filesystem is not included.
629+
630+ The /bin files are all sparse (filled with zeros).
631+ The files in /etc do contain data.
632+
633+ The source image is stored compressed in the test data directory to save space.
634+ Compressed size is 100kb and decompresses to 5mb.
635+ """
626636 with gzip .open (absolute_path ("_data/filesystems/ext4/debian-trixie-bin-ext4.raw.gz" ), "rb" ) as fh :
627637 raw_image = fh .read ()
628638
You can’t perform that action at this time.
0 commit comments