Skip to main content
Back to Tags

Metrics

32 items tagged with "metrics"

Filter by type:

Benchmarks10

Benchmark

API Translation Benchmark

Measures ability to translate between API specifications (REST, GraphQL, gRPC)

Benchmark

Cloud Configuration Translation

Evaluates accuracy of translating cloud configs (CloudFormation to Terraform, etc.)

Benchmark

Security MTTR Benchmark

Measures mean time to remediate security findings, from detection to fix verification, segmented by severity and asset criticality.

Benchmark

DORA Metrics Benchmark

Measures software delivery and operational performance via four key metrics: deployment frequency, lead time, change failure rate, and time to restore.

Benchmark

Code Coverage Benchmark

Measures the proportion of code exercised by automated tests, across line, branch, statement, and function coverage, as a test-completeness indicator.

Benchmark

Mutation Testing Score Benchmark

Measures test-suite effectiveness by injecting small faults into code and checking how many are detected, reported as the mutation score.

Benchmark

Flaky Test Rate Benchmark

Measures the prevalence and impact of nondeterministic tests that pass and fail without code changes, eroding trust in the test suite.

Benchmark

CI Build Time (p95) Benchmark

Measures continuous-integration pipeline duration, focusing on the p95 build time and its phases, to quantify developer feedback latency.

Benchmark

Defect Escape Rate Benchmark

Measures the proportion of defects that reach production undetected by pre-release testing, indicating the effectiveness of quality gates.

Benchmark

CI/CD Pipeline Reliability Benchmark

Measures how dependably a delivery pipeline succeeds, reporting pass rate, infrastructure-failure share, and mean time to recover a broken pipeline.