benchi

Benchmarking tool for data pipelines with performance metrics

brewmacoslinux
Try with needOr install directly
Source

About

Benchmarking tool for data pipelines

Commands

benchi

Examples

Run a benchmark on a data pipeline script$ benchi run pipeline.py
Benchmark with custom iterations and output results$ benchi run --iterations 10 --output results.json pipeline.py
Compare benchmark results between two runs$ benchi compare baseline.json current.json