Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference in performance between conda-forge and defaults? #382

Open
1 task
jaimergp opened this issue Nov 15, 2023 · 1 comment
Open
1 task

Difference in performance between conda-forge and defaults? #382

jaimergp opened this issue Nov 15, 2023 · 1 comment

Comments

@jaimergp
Copy link
Contributor

While running tests for #317 (Linux only), I've noticed on the conda-forge Docker image each attempt takes an average of 15-16s, while on the defaults one it consistently goes down to 5s. I don't know if it's the libsolv version (0.7.26 vs 0.7.24, respectively), or some optimization flags that conda-forge does not set but defaults does.

Leaving this here to investigate in the future, in case it's an obvious win at little cost :)

Ideas to try:

  •  Fetch the duration data from each test run and compare the matched conda-forge&defaults pairs.
@jonashaag
Copy link

We should send fewer packages to libsolv by "presolving", see mamba-org/mamba#2824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants