Skip to content

Releases: renezander030/processbench

ProcessBench v0.1.0

Choose a tag to compare

@renezander030 renezander030 released this 18 Jun 10:17

First public release of ProcessBench.

ProcessBench is a starter repository for business-specific AI benchmark packs. It helps teams turn real workflow examples into repeatable regression checks before changing a model, prompt, setting, or vendor.

Included

  • Clean public README with a non-technical start path.
  • Logo, workflow diagram, and example rollout report image.
  • Three starting benchmark packs:
    • B2B software, telecom, and professional services
    • Manufacturing, industrial, and energy
    • Retail, e-commerce, and consumer goods
  • No-credential demo with npm run demo.
  • B2B support-ticket example with 6 benchmark cases.
  • Promptfoo example path with npm run eval:b2b.
  • Templates for benchmark planning, scoring, fixtures, and regression reports.

Quick Start

git clone https://github.com/renezander030/processbench.git
cd processbench
npm run demo

The demo runs locally without model-provider credentials. It checks 6 sample workflow cases and prints a rollout-style pass/fail decision.

Verification

Verified before release:

  • npm run demo passes with 6 cases, 6 passed, 0 failed.
  • Repository contains no generated .DS_Store metadata.
  • Public README renders with the logo and diagrams.