You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(tests): reuse persistent kernel WebSocket across tests
Add live_kernel (session-scoped), mock_kernel_connection, and
mock_execute_code fixtures to conftest. Tests that previously opened a
new KernelClient per call now patch the connection layer and reuse one
persistent WebSocket, eliminating the ~5s handshake cost per test.
exec + notebook_writeback: 98.9s -> 8.7s (11x)
variables + vars_cmd: also significantly faster via direct live_kernel use
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments