Temporarily drop Benchmark section from Docs + delete legacy_benchmarks#5412
Temporarily drop Benchmark section from Docs + delete legacy_benchmarks#5412
legacy_benchmarks#5412Conversation
|
Right, we should not merge this but instead update the docs to point to the benchmarks we will continue to add to and maintain. |
|
Do you want me to just change the link, or does the surrounding text also need updating (in which case I think best you or someone knowledgeable about these benchmarks writes it)? |
|
I don't think it's just a link change as the whole directory structure changed so probably some rephrasing is needed? |
|
To make a quick PR we can just comment out the docs section, then restore it in a new PR. |
77523fe to
3d0cd68
Compare
|
Done. Should we also delete the |
legacy_benchmarks
Question was answered here: #5317 (comment) |
|
How long the benchmark CI should take? It’s been 3hrs. Is that expected? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5412 +/- ##
==========================================
+ Coverage 68.73% 68.82% +0.09%
==========================================
Files 398 398
Lines 21920 21968 +48
==========================================
+ Hits 15066 15119 +53
+ Misses 6854 6849 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…ine-ACCESS-OM2 * bp-claude/distributed-FPivot-TripolarGrid: Replace reverse() with reversed-range views in fold halo fills Reinstate Docs/Benchmarks (CliMA#5419) Update fill_halo_regions.jl (CliMA#5415) Temporarily drop Benchmark section from Docs + delete `legacy_benchmarks` (CliMA#5412) Add restart verification script (CliMA#5379) Rework support for reduction operations on Metal GPU to avoid materialization of the interior (CliMA#5329) Fix typo with density perturbation in docs (CliMA#5398) Implement ReactantCore.materialize_traced_array for Field (CliMA#5409) Remove Oceananigans dependency from Project.toml (CliMA#5414) (0.106) Log checkpoint file and mtime when restoring simulations (CliMA#5355)
* Extend TabulatedFunction to support 4D quadrilinear interpolation Add support for 4-dimensional lookup tables with quadrilinear interpolation, following the same patterns as the existing 1D/2D/3D implementations. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Extend TabulatedFunction to support 5D quintilinear interpolation Same mechanical pattern as 4D: adds 5D kernel, builder, evaluation method, 32-term _interpolate, TabulatedFunction5D alias, and comprehensive tests. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Apply suggestions from code review Co-authored-by: Navid C. Constantinou <[email protected]> * Ignore legacy_benchmark linkcheck (directory removed in #5412) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Apply suggestion from @glwagner --------- Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]> Co-authored-by: Navid C. Constantinou <[email protected]>
Addresses #5317 (comment)
EDIT: This is my quick band-aid fix, pointing to the "archived" directory, so that the docs build during CI. But maybe you guys want to revise that section of the docs and point to the new "benchmarking" directory?