Performance Benchmarks
PraisonAI Agents includes comprehensive benchmarks to measure and compare performance against other popular AI agent frameworks.Benchmark Types
Quick Start
Execution Benchmark
The execution benchmark tests real agent execution with actual LLM API calls.CLI Options
Examples
Results
Agent Instantiation (Without Tools)
Agent Instantiation (With Tools)
Real Execution (With API Calls)
Frameworks Compared
Output Files
Benchmarks save results to markdown files in thebenchmarks/ directory:
Key Findings
Fastest Instantiation
PraisonAI is 1.49x faster than Agno and 4,138x faster than CrewAI for agent instantiation.
Fastest Execution
PraisonAI is 2x faster than Agno and 1.28x faster than CrewAI for real agent execution.
Running Your Own Benchmarks
- Clone the repository:
- Install dependencies:
- Set your API key:
- Run benchmarks:

