Reviewing Optimization Results
Learn how to analyze optimization results in Artemis to select the best performing code versions.
Accessing Results
After your optimization completes:
- Navigate to Optimizations page
- Select your optimization
- View results in the Versions and Insights tabs
Understanding the Results
Performance Summary

The top section shows your best optimization results:
- Original: Your baseline code performance
- Best runtime: Fastest execution version
- Best memory: Lowest memory usage version
- Best cpu: Most CPU-efficient version
- Best overall: Best balanced performance
Each result shows:
- Version number: Which optimized version achieved this result
- Performance metrics: Time, CPU usage, and memory consumption
- Color-coded indicators: 🟢 Green = better, 🔴 Red = worse
Version Details
The main table displays all optimization versions with:
- Code changes: Lines added/removed for each version
- Performance metrics: Detailed timing and resource usage
- Comparison scores: Performance vs. original code
Runner Information
Hardware details of the system that ran your optimization, including CPU specifications and available resources.