Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark frame serialization #296

Open
dkropachev opened this issue Oct 8, 2024 · 0 comments · May be fixed by #308
Open

Benchmark frame serialization #296

dkropachev opened this issue Oct 8, 2024 · 0 comments · May be fixed by #308
Assignees

Comments

@dkropachev
Copy link
Collaborator

Modify an API so that it is possible to hook to Write(p []byte) (n int, err error) and Read(p []byte) (n int, err error) of the conn net.Conn from Conn:

type Conn struct {
	conn net.Conn

Enabling recording and mocking single Connection flow.
Using new API, record a traffic for select, and insert for small, medium and big dataset.
Using recorded traffic implement single connection benchmark tests for given cases.

@sylwiaszunejko sylwiaszunejko self-assigned this Oct 8, 2024
@sylwiaszunejko sylwiaszunejko linked a pull request Oct 14, 2024 that will close this issue
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 a pull request may close this issue.

2 participants