llm-test-bench 0.1.0

A production-grade CLI for testing and benchmarking LLM applications with support for GPT-5, Claude Opus 4, Gemini 2.5, and 65+ models
1
2
3
4
5
6
7
8
pub mod analyze;
pub mod bench;
pub mod compare;
pub mod config;
pub mod dashboard;
pub mod eval;
pub mod optimize;
pub mod test;