Skip to content

Skipprd benchmark

Generate synthetic data and measure ingestion throughput.

Usage

bash
skipprd benchmark --num-files <N> --records-per-file <N> --record-size <bytes> [--name <name>] [--description <text>]

Flags

FlagRequiredDescription
--num-files, -fYesNumber of files to generate
--records-per-file, -rYesNumber of records per file
--record-size, -sYesAverage record size in bytes
--name, -nNoBenchmark name. Default: baseline
--description, -dNoDescription of what's being benchmarked

Example

bash
skipprd benchmark --num-files 10 --records-per-file 100000 --record-size 512 --name "baseline"

Generates 10 files with 100K records each (~512 bytes per record), ingests them, and reports throughput metrics.

This site is source-available under PolyForm Shield 1.0.0