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
chore: remove unnecessary black_box in divan and bencher compat layers
Apply the same optimization from PR 98 to both divan and bencher compat layers:
- Remove black_box around routine calls during measurement
- Only apply black_box to outputs after measurement ends
- Reduces stack usage and eliminates unnecessary memory operations
- Improves benchmark performance by avoiding artificial overhead
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments