diff --git a/docs/changelog.rst b/docs/changelog.rst index b08614c7..71355169 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,7 @@ In progress (unreleased) * :gh:issue:`1415` :mod:`mitogen`: Put fallbacks & polyfills into ``if sys.version_info`` blocks +* :gh:issue:`1423` tests: Group and unify naming of connection benchmarks v0.3.37 (2026-01-08) diff --git a/tests/bench/fork.py b/tests/bench/connection/fork_lifecycle.py similarity index 100% rename from tests/bench/fork.py rename to tests/bench/connection/fork_lifecycle.py diff --git a/tests/bench/roundtrip.py b/tests/bench/connection/fork_roundtrip.py similarity index 100% rename from tests/bench/roundtrip.py rename to tests/bench/connection/fork_roundtrip.py diff --git a/tests/bench/local.py b/tests/bench/connection/local_lifecycle.py similarity index 100% rename from tests/bench/local.py rename to tests/bench/connection/local_lifecycle.py diff --git a/tests/bench/ssh-roundtrip.py b/tests/bench/connection/ssh_roundtrip.py similarity index 100% rename from tests/bench/ssh-roundtrip.py rename to tests/bench/connection/ssh_roundtrip.py