Skip to content

Releases: iamGodofall/quickbench

quickbench v0.1.0 - Local Agent Evaluation MVP

23 Mar 00:32

Choose a tag to compare

🚀 quickbench v0.1.0 - Reproducible Agent Evaluation

Run agent benchmarks locally. Zero cloud dependencies. Verifiable results.

✅ Features

  • Metrics: Accuracy, latency, fairness (demographic parity placeholder)
  • Datasets: CSV/JSONL support with schema validation
  • Reports: JSON + Markdown summary + optional signed receipts (HMAC-SHA256)
  • Quality: 5/5 tests passing, working demo, Docker support
  • License: MIT

🔧 Quick Start

git clone https://github.com/iamGodofall/quickbench.git
cd quickbench && npm install && npm run demo

**Full Changelog**: https://github.com/iamGodofall/quickbench/commits/v0.1.0