Skip to content

Conversation

@sergeyberezansky
Copy link
Collaborator

No description provided.

@sergeyberezansky sergeyberezansky force-pushed the sergey/add-prometheus-metrics branch from 9119aaa to 03b580e Compare February 20, 2025 12:45

func (n *nullRequester) request(responses chan *Response, request *Request) {
responses <- &Response{request, time.Nanosecond, nil}
responses <- &Response{request, time.Nanosecond * time.Duration(rand.Intn(1000000)), 0, nil}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why ? this might actually impact iops, did you test?

@sergeyberezansky
Copy link
Collaborator Author

sergeyberezansky commented Mar 5, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants