Benchmarks

Performance that speaks for itself.

Comprehensive benchmarks (July 2026) demonstrate WhiteMagic delivers 3-10x faster response times than typical MCP implementations, with 100% success rates and minimal resource usage.

Median latency

29-33ms

3-10x faster than typical (100-300ms)

P95 latency

36-55ms

95th percentile response time

Success rate

100%

Zero failures across all tests

Memory per call

0-0.18MB

Minimal resource footprint

Tool-by-tool benchmarks

ToolMedian (ms)P95 (ms)P99 (ms)
list_ganas29.3038.2356.15
vitality29.6436.4539.97
discover31.7141.9962.22
gnosis30.3538.6440.40
karma_report31.1435.1850.89
capability.matrix32.9039.6382.02
health_report31.9840.4958.17
state.summary32.4441.0055.80

How WhiteMagic compares

SystemMedian (ms)P95 (ms)Notes
WhiteMagicBest29-3336-55Lean, optimized
Anthropic Reference100-300200-500Standard implementation
Popular MCP Servers50-150100-300Filesystem, git, etc.
Complex Frameworks200-1000500-2000LangChain, CrewAI
Database Tools100-500300-1000SQL, vector DBs

Security systems working as designed

Concurrent load testing revealed WhiteMagic's security systems (circuit breaker and rate limiter) successfully protect against abuse while maintaining fast response times for legitimate users.

  • Sequential throughput: 29.38 requests/second
  • Concurrent (5 workers): 5.59 requests/second
  • Concurrent (10-20 workers): ~4 requests/second
  • Security: Circuit breaker and rate limiter blocked rapid-fire calls automatically

Why WhiteMagic is so fast

  • Lean architecture: No FastMCP overhead, direct SDK usage
  • Lazy imports: Heavy modules deferred until first use
  • Efficient dispatch: Optimized PRAT routing table
  • Local execution: Most tools run locally without external API calls
  • Minimal memory: 0-0.18MB per call (vs. 10-100MB typical)

Benchmark methodology

Benchmarks conducted on July 29, 2026 using 50 iterations per tool with 5 warmup calls. Tests run on production hardware with all 860 tools loaded. Full benchmark suite available at core/benchmark_results/benchmark_report.md.