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

Benchmarks for zeroeventhub #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Benchmarks for zeroeventhub #14

wants to merge 1 commit into from

Conversation

dss-vipps
Copy link
Contributor

Simple crude benchmark program

@dss-vipps dss-vipps requested a review from dtitov March 1, 2023 18:27
@dtitov
Copy link
Member

dtitov commented Mar 4, 2023

Any reason not to use built-in Go benchmarking (e.g.: https://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go)?

@dss-vipps
Copy link
Contributor Author

As I understood it that is targeted to benchmarking Go code, and assumes you can do a lot of go calls sort of without external effects and are interested in how long the go code takes to do stuff. It seems like a different purposes -- this is just go code being written to generate load on the backend, and then it is the backend being benchmarked; not this code.

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.

2 participants