Skip to content
Novus Examples
zip12.7 KB

ZIP - Many Small Files

A ZIP archive — 100 tiny files for throughput testing. Deterministic (fixed member timestamps) and safe to extract anywhere.

Archive contents — 100 entrieszip
  • item-000.txt
  • item-001.txt
  • item-002.txt
  • item-003.txt
  • item-004.txt
  • item-005.txt
  • item-006.txt
  • item-007.txt
  • item-008.txt
  • item-009.txt
  • item-010.txt
  • item-011.txt
  • item-012.txt
  • item-013.txt
  • item-014.txt
  • item-015.txt
  • item-016.txt
  • item-017.txt
  • item-018.txt
  • item-019.txt
  • item-020.txt
  • item-021.txt
  • item-022.txt
  • item-023.txt
  • item-024.txt
  • item-025.txt
  • item-026.txt
  • item-027.txt
  • item-028.txt
  • item-029.txt
  • item-030.txt
  • item-031.txt
  • item-032.txt
  • item-033.txt
  • item-034.txt
  • item-035.txt
  • item-036.txt
  • item-037.txt
  • item-038.txt
  • item-039.txt
  • item-040.txt
  • item-041.txt
  • item-042.txt
  • item-043.txt
  • item-044.txt
  • item-045.txt
  • item-046.txt
  • item-047.txt
  • item-048.txt
  • item-049.txt
  • item-050.txt
  • item-051.txt
  • item-052.txt
  • item-053.txt
  • item-054.txt
  • item-055.txt
  • item-056.txt
  • item-057.txt
  • item-058.txt
  • item-059.txt
  • item-060.txt
  • item-061.txt
  • item-062.txt
  • item-063.txt
  • item-064.txt
  • item-065.txt
  • item-066.txt
  • item-067.txt
  • item-068.txt
  • item-069.txt
  • item-070.txt
  • item-071.txt
  • item-072.txt
  • item-073.txt
  • item-074.txt
  • item-075.txt
  • item-076.txt
  • item-077.txt
  • item-078.txt
  • item-079.txt
  • item-080.txt
  • item-081.txt
  • item-082.txt
  • item-083.txt
  • item-084.txt
  • item-085.txt
  • item-086.txt
  • item-087.txt
  • item-088.txt
  • item-089.txt
  • item-090.txt
  • item-091.txt
  • item-092.txt
  • item-093.txt
  • item-094.txt
  • item-095.txt
  • item-096.txt
  • item-097.txt
  • item-098.txt
  • item-099.txt

Specifications

Format
ZIP (deflate)
Members
100
Structure
100 tiny files for throughput testing
Compression
deflate

What is a .zip file?

ZIP is a widely supported archive format that bundles multiple files and directories into one container, typically with per-file DEFLATE compression and a central directory index. It supports random access to individual entries without decompressing the whole archive. It underlies many document formats such as DOCX and EPUB.

How to use this file

Use an example ZIP to test archive extraction, central-directory parsing, per-entry decompression, and protection against path-traversal (zip-slip) during unpacking.

How to use this file for testing

“ZIP - Many Small Files” is a deterministic Novus Examples fixture for Conversion testing. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.

Documented properties for this file: ZIP (deflate) · 100 tiny files for throughput testing. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Archive fixtures are documented down to their member list (shown on this page) and are deliberately safe — no zip bombs, executables, or hidden payloads. Test extractors against nested, unicode, empty, and encrypted variants.

Code examples

unzip -l many-files.zip     # list members
unzip many-files.zip -d out/  # extract

Generated by generation/archives.py. Free for any use, no attribution required — license.