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 demoThe 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 demopasses with 6 cases, 6 passed, 0 failed.- Repository contains no generated
.DS_Storemetadata. - Public README renders with the logo and diagrams.