Back to Dashboard
CategoryWeight: 1.0x
Performance Efficiency
Tests whether generated code uses efficient algorithms and avoids unnecessary computation, memory allocation, and I/O.
Best Score
0.0Avg Score
0.0Tests
3Performance Over Time — All Models
Model Rankings
Test Breakdown
Algorithm Complexity
Solve a problem in O(n log n) instead of naive O(n^2)
Claude Opus 5
97.0Claude Sonnet 5
98.0GPT-5.6 Sol
97.0Grok 4.5
98.0Memory-efficient Processing
Process a large file using streaming instead of loading into memory
Claude Opus 5
91.0Claude Sonnet 5
88.0GPT-5.6 Sol
91.0Grok 4.5
84.0Query Optimization
Write database queries that use indexes and avoid N+1 patterns
Claude Opus 5
90.0Claude Sonnet 5
91.0GPT-5.6 Sol
88.0Grok 4.5
88.0