From d2cce40d64f665864768d62f332543ecd3c3168d Mon Sep 17 00:00:00 2001 From: "Sharad." Date: Sat, 12 Sep 2026 14:40:55 +0000 Subject: [PATCH] docs: add example output to README quickstart Fixes #1 Co-authored-by: Sharad. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 883a5f1..413f7bb 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,22 @@ Run it: npx @royalpinto007/evalgate run suite.eval.yaml ``` +You should see something like: + +``` +evalgate - my-agent +2026-09-12T14:40:49.979Z + +PASS greeting score 100.0% + ok exact-match (100.0%) - output exactly matched expected + ok latency (100.0%) - 8ms vs budget 500ms + +PASSED 1/1 cases | mean score 100.0% (threshold 90.0%) +latency 8ms total | cost $0.000058 total +``` + +(Timestamps and latency vary; scores stay deterministic with `provider: mock`.) + Save a baseline, then compare later runs against it: ```bash