You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(plot_violin): read data from log files instead of JSON
- Change data source from JSON files in subdirectories to direct log file parsing
- Use scan_all_folders to support both single log file and directory with multiple log files
- Optimize code structure: eliminate duplicate logic and intermediate variables
- Merge data processing flow to reduce loop iterations
- Improve variable naming semantics: curve_name -> category_name, speedup_data -> speedup_raw/speedup_numeric
- Unify to use 'e2e' speedup only, consistent with core logic (no fallback to 'gpu')
- Reduce data processing code from 54 lines to 17 lines
0 commit comments