这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dholth
Copy link
Contributor

@dholth dholth commented Nov 6, 2025

Description

Unsuccessful attempt (so far) to fix #15388 by lazily creating SSLContext(), which takes an unacceptable amount of time to create as of OpenSSL 3.0 apparently.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@github-project-automation github-project-automation bot moved this to 🆕 New in 🔎 Review Nov 6, 2025
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Nov 6, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 6, 2025

CodSpeed Performance Report

Merging #15389 will degrade performances by 45.95%

Comparing 15388-truststore-sslcontext-performance (d0f4e7d) with main (a971401)

Summary

❌ 1 regression
✅ 22 untouched
⏩ 21 skipped1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Mode Benchmark BASE HEAD Change
Simulation test_install[libmamba] 3.3 s 6.2 s -45.95%

Footnotes

  1. 21 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

Eager SSLContext in CondaSession() takes about 641ms

3 participants