docs: align benchmark prerequisites with promptfoo's Node requirement (#205)

The Prerequisites section listed Node.js 18+, but the Reproduce section (and promptfoo's engine constraint) requires >= 22.22.0, so a reader on Node 18 hits promptfoo's engine error. The local Ollama path uses no Node, so 18+ had no basis. One-line docs change aligning the prerequisite with the existing requirement above it.
This commit is contained in:
Hamza Ali Shahjahan 2026-07-09 05:57:37 +05:00 committed by GitHub
parent 01a29e480a
commit eb3b6f0bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ over-build and blocked tasks, can cost more on large completion-forced agentic r
### Prerequisites
Running the benchmark requires **Python 3**, **pandas**, and **Node.js** (18+).
Running the benchmark requires **Python 3**, **pandas**, and **Node.js ≥ 22.22.0** (promptfoo's engine constraint; see [Reproduce](#reproduce)).
## Notes