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
Fix BenchmarkTools.DEFAULT_PARAMETERS const assignment error in Julia 1.12 (#765)
* Fix BenchmarkTools.DEFAULT_PARAMETERS const assignment error in Julia 1.12
- Remove global modification of BenchmarkTools.DEFAULT_PARAMETERS which
fails in Julia 1.12+ due to const restriction
- Pass seconds and samples parameters directly to @benchmark macro
- Remove try/finally block that was only needed for parameter restoration
- Fixes issue #744
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Fix BenchmarkTools.DEFAULT_PARAMETERS const assignment error in Julia 1.12
- Remove global modification of BenchmarkTools.DEFAULT_PARAMETERS which
fails in Julia 1.12+ due to const restriction
- Use @benchmarkable and BenchmarkTools.run with custom parameters
- Remove try/finally block that was only needed for parameter restoration
- Fixes issue #744
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: ChrisRackauckas <[email protected]>
Co-authored-by: Claude <[email protected]>
0 commit comments