fix: use int in netpoll's BenchmarkSocketFdReflect#1213
Conversation
This fixes the failing Benchmark in the netpoll lib.
WalkthroughThe code updates the handling of socket file descriptors in tests by changing the type from unsigned to signed integers. This involves renaming a utility function, updating its return type, and modifying related variable types and method calls to use signed integers. Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (5)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@YuriBuerov could you reference a failing test? |
|
|
Thanks |
🤖 I have created a release *beep* *boop* --- ## [2.0.0-rc.200](v2.0.0-rc.199...v2.0.0-rc.200) (2025-07-08) ### Features * implement resolving fetch dependencies ([#1216](#1216)) ([ca9ebaa](ca9ebaa)) ### Bug Fixes * use existing files in BenchmarkMinify ([#1214](#1214)) ([0083b78](0083b78)) * use int in netpoll's BenchmarkSocketFdReflect ([#1213](#1213)) ([35f3175](35f3175)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for resolving fetch dependencies. * **Bug Fixes** * Fixed an issue to ensure existing files are used in the BenchmarkMinify test. * Corrected the type used in netpoll's BenchmarkSocketFdReflect benchmark to int. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This fixes the failing Benchmark in the netpoll lib.
Summary by CodeRabbit