fix(bench): replace frame() calls with read_frame(0) after API change#12
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the telemetry benchmarks to use read_frame(0) instead of frame(). However, because the benchmarks use mock connections with null event handles, calling read_frame(0) triggers a 16ms sleep on every iteration. This causes the benchmarks to measure sleep overhead rather than actual frame parsing performance. It is recommended to revert these changes and keep using the frame() method.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.