ab-smith / perf_gate_ttfb

CLI based performance gate for CI/CD pipeline - written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTFB Performance Gate

Simple CLI tool to measure the TTFB (Time To First Byte) for a specific URL and decide on a gate for it with a threshold based on 95th percentile.

The CLI has an inlined documentation with -h

A compiled version is also available. You might need chmod +x after the download.

You need Rust toolchain installed. After Clone, use cargo:

$ cargo run -- -h
$ cargo build --release

About

CLI based performance gate for CI/CD pipeline - written in Rust


Languages

Language:Rust 100.0%