Skip to content

feat: add --fail-on-regression and --threshold options to CLI#26

Merged
KaykCaputo merged 2 commits intoKaykCaputo:masterfrom
AndreXP1:fail_on_regression
Apr 4, 2026
Merged

feat: add --fail-on-regression and --threshold options to CLI#26
KaykCaputo merged 2 commits intoKaykCaputo:masterfrom
AndreXP1:fail_on_regression

Conversation

@AndreXP1
Copy link
Copy Markdown
Collaborator

@AndreXP1 AndreXP1 commented Apr 3, 2026

Summary

Implemented two new flags, --fail-on-regression and --threshold, which help prevent poorly performing code from being used.

Related Issue

Link the related issue if available.

Closes #3

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation update
  • CLI behavior change

What Changed

List the key changes in a few bullets.

  • Added --fail-on-regression to fail execution with a non-zero exit code when a regression is detected.
  • Added --threshold to allow configurable tolerance when comparing current results against a baseline.
  • Updated CLI and docs with usage examples for regression checks and threshold-based comparisons.

@KaykCaputo KaykCaputo merged commit 3776142 into KaykCaputo:master Apr 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add flag --fail-on-regression

2 participants