Closed zacharyburnett closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
2256c48
) 75.36% compared to head (6b4ebb8
) 75.36%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is the advantage of Mamba over Conda? That's not explained in this PR.
What is the advantage of Mamba over Conda? That's not explained in this PR.
Whoops, sorry! updated the description
Now that benchmarks are in bench, should this be closed?
the
conda
environment construction inasv
currently fails ontangra3
due to the current setup; however, switching theenvironment_type
tomamba
does work.mamba
is a rewrite ofconda
that is both significantly faster in the environment resolution step and has parity of commands withconda
. Since the regular benchmarking ontangra3
creates an environment, it makes sense to usemamba
going forward.asv
currently supportsenvironment_type = mamba
in its main branch code, and AFAIK this will be included in the next release. For now, thetangra3
benchmarks usepip install git+https://github.com/airspeed-velocity/asv.git
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)~