JuliaSmoothOptimizers / BundleAdjustmentModels.jl

Julia repository of bundle adjustment problems
Mozilla Public License 2.0
9 stars 5 forks source link

Add benchmarks with ADNLPModels.jl #92

Open amontoison opened 4 months ago

amontoison commented 4 months ago

I have the following results with the smaller problems:

|               problem |    nequ |    nvar |                backend |  coord_residual |
|  problem-16-22106-pre |  167436 |   66462 | BundleAdjustmentModels | 0.07969 seconds |
|  problem-16-22106-pre |  167436 |   66462 |            ADNLPModels | 0.22904 seconds |
|  problem-21-11315-pre |   72910 |   34134 | BundleAdjustmentModels | 0.03291 seconds |
|  problem-21-11315-pre |   72910 |   34134 |            ADNLPModels | 0.09916 seconds |
|  problem-39-18060-pre |  127102 |   54531 | BundleAdjustmentModels | 0.05802 seconds |
|  problem-39-18060-pre |  127102 |   54531 |            ADNLPModels | 0.18114 seconds |
|  problem-50-20431-pre |  147934 |   61743 | BundleAdjustmentModels | 0.06764 seconds |
|  problem-50-20431-pre |  147934 |   61743 |            ADNLPModels | 0.21581 seconds |
|   problem-49-7776-pre |   63686 |   23769 | BundleAdjustmentModels | 0.02919 seconds |
|   problem-49-7776-pre |   63686 |   23769 |            ADNLPModels | 0.09215 seconds |
|  problem-73-11032-pre |   92244 |   33753 | BundleAdjustmentModels | 0.04247 seconds |
|  problem-73-11032-pre |   92244 |   33753 |            ADNLPModels | 0.13800 seconds |
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.71%. Comparing base (cc7bc62) to head (f1eaea8). Report is 7 commits behind head on main.

:exclamation: Current head f1eaea8 differs from pull request most recent head 7539302

Please upload reports for the commit 7539302 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #92 +/- ## ========================================== + Coverage 92.54% 92.71% +0.17% ========================================== Files 5 5 Lines 295 302 +7 ========================================== + Hits 273 280 +7 Misses 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.