GZ Sample File for Performance Benchmark

Benchmark ingestion and processing latency under repeatable sample-file workloads.

Recommended Starter File

Filename gz_sample_file_1MB.gz
Size 1.0 MB
MIME application/octet-stream
SHA256 e7f43f1dbb2ce4cd1489d52861c776e5c24fc53e18e9025657f63dd3905b84b8

Validation Checklist

  • Measure p50/p95/p99 processing latency.
  • Track memory and CPU for representative file sets.
  • Compare cold-cache and warm-cache runs.

Additional GZ Fixtures

Filename Size MIME Download
gz_sample_file_500KB.gz 500.1 KB application/octet-stream Download
gz_sample_file_200KB.gz 200.1 KB application/octet-stream Download
gz_sample_file_50KB.gz 50.0 KB application/octet-stream Download

Related Format Comparisons

GZ vs ZST

Compare gzip ubiquity with zstd speed/compression trade-offs.

Open Comparison

Implementation Guides

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read Guide

Archive Extraction Safety

Prevent zip-slip, zip bombs, and parser abuse in archive handling pipelines.

Read Guide

Case Study: Archive Path Traversal Near Miss

How an archive extraction path bug was discovered during QA and neutralized before wider impact.

Read Guide

Checksum Integrity Workflows

Use SHA256 manifests to guarantee fixture integrity in CI and production pipelines.

Read Guide