conda
conda
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add migrate logic
ForgottenProgramme:external-packages
54 minutes ago
Use prefix.dev URL for emscripten-forge in test_emscripten_forge The legacy `https://repo.mamba.pm/emscripten-forge` host has been unreachable, causing `tests/cli/test_cli_install.py::test_emscripten_forge` to fail across every platform on every CI run. Switch to `https://repo.prefix.dev/emscripten-forge-4x` (and the co-located conda-forge mirror) as recommended by the emscripten-forge installation docs: https://emscripten-forge.org/usage/installing_packages/
jezdez:fix-emscripten-forge-channel-url
5 hours ago
Use prefix.dev URL for emscripten-forge in test_emscripten_forge The legacy `https://repo.mamba.pm/emscripten-forge` host has been unreachable, causing `tests/cli/test_cli_install.py::test_emscripten_forge` to fail across every platform on every CI run. Switch to `https://repo.prefix.dev/emscripten-forge-4x` (and the co-located conda-forge mirror) as recommended by the emscripten-forge installation docs: https://emscripten-forge.org/usage/installing_packages/
jezdez:fix-emscripten-forge-channel-url
5 hours ago
Speed up `_expand_search_path` by ~5x (A13) (#15886)
main
8 hours ago
test: drop stale Channel._cache_ monkeypatch in test_subdir_data_coverage A19a removes the ChannelType metaclass along with its auto-generated Channel._cache_ attribute, so monkeypatch.setattr raised AttributeError on every CI cell. The reset_context() call that immediately follows already triggers Channel._reset_state() via register_reset_callaback, so the monkeypatch was redundant.
feature/a19a-channel-cleanup
9 hours ago
test: drop stale Channel._cache_ monkeypatch in test_subdir_data_coverage A19a removes the ChannelType metaclass along with its auto-generated Channel._cache_ attribute, so monkeypatch.setattr raised AttributeError on every CI cell. The reset_context() call that immediately follows already triggers Channel._reset_state() via register_reset_callaback, so the monkeypatch was redundant.
feature/a19a-channel-cleanup
9 hours ago
test: inline MinimalConfig as module-level class Addresses review feedback on #15886: the minimal_config_class fixture did nothing a module-level class wouldn't, so drop the fixture wrapper and reference MinimalConfig directly in the five tests.
perf/a13-cache-search-path
9 hours ago
ci: run Bencher alongside CodSpeed for benchmarks Add linux-bencher-benchmarks as a parallel job to linux-benchmarks (CodSpeed). Both run on every push to main and every PR so we can compare the two services before picking one. - CodSpeed job unchanged (ubuntu-22.04, instrumentation). - Bencher job runs on ubuntu-latest, uploads pytest-benchmark JSON via bencherdev/bencher, configures a t-test threshold on both push and PR paths, and uses --ci-only-thresholds on PR so the comment stays quiet until a baseline exists. - Both bencher run steps gate on env.BENCHER_API_TOKEN != '' so the job is inert on forks. - pytest-benchmark is added alongside pytest-codspeed in tests/requirements.txt. - @pytest.mark.benchmark test bodies are wrapped in inner run() closures passed to benchmark.pedantic(rounds=1, iterations=1, warmup_rounds=0). The pedantic API is shared by both plugins: pytest-codspeed replaces the benchmark fixture under --codspeed and instruments the closure; pytest-benchmark records wall-clock time otherwise. Requires BENCHER_API_TOKEN and BENCHER_PROJECT_SLUG repository secrets. Part of #15867.
jezdez/try-bencher
15 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
add external-packages check
#15841
1 hour ago
8460d8c
ForgottenProgramme:external-packages
CodSpeed Performance Gauge
0%
Make Linux CI resilient: emscripten-forge channel + Ubuntu apt mirror
#15947
6 hours ago
9a170dc
jezdez:fix-emscripten-forge-channel-url
CodSpeed Performance Gauge
0%
Drop ChannelType metaclass from conda.models.channel (A19a)
#15942
10 hours ago
75b61fd
feature/a19a-channel-cleanup
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs