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)
Grok
94.7Claude Sonnet 4.6
94.5Claude Opus 4.8
94.0GPT-5.5
92.0Memory-efficient Processing
Process a large file using streaming instead of loading into memory
Grok
94.7Claude Sonnet 4.6
94.5Claude Opus 4.8
94.0GPT-5.5
92.0Query Optimization
Write database queries that use indexes and avoid N+1 patterns
Grok
94.7Claude Sonnet 4.6
94.5Claude Opus 4.8
94.0GPT-5.5
92.0