From f4d942c197daecb06749d130c1da6294ddf8d7e2 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 22 Jan 2026 11:29:21 +0000 Subject: [PATCH] tests: Group and unify naming of connection benchmarks --- docs/changelog.rst | 1 + tests/bench/{fork.py => connection/fork_lifecycle.py} | 0 tests/bench/{roundtrip.py => connection/fork_roundtrip.py} | 0 tests/bench/{local.py => connection/local_lifecycle.py} | 0 tests/bench/{ssh-roundtrip.py => connection/ssh_roundtrip.py} | 0 5 files changed, 1 insertion(+) rename tests/bench/{fork.py => connection/fork_lifecycle.py} (100%) rename tests/bench/{roundtrip.py => connection/fork_roundtrip.py} (100%) rename tests/bench/{local.py => connection/local_lifecycle.py} (100%) rename tests/bench/{ssh-roundtrip.py => connection/ssh_roundtrip.py} (100%) 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