Quick Start
Create tests.yaml:
tests:
- name: Basic Test
prompt: "What is 2+2?"
expected: "4"
Run benchmark:
praisonaibench run tests.yaml
Create tests.yaml:
tests:
- name: Basic Test
prompt: "What is 2+2?"
expected: "4"
Run benchmark:
praisonaibench run tests.yaml