Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Benchmarks for zeroeventhub#14

Open
dss-vipps wants to merge 1 commit intomainfrom
benchmark
Open

Benchmarks for zeroeventhub#14
dss-vipps wants to merge 1 commit intomainfrom
benchmark

Conversation

@dss-vipps
Copy link
Copy Markdown
Contributor

Simple crude benchmark program

@dss-vipps dss-vipps requested a review from dtitov March 1, 2023 18:27
@dtitov
Copy link
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants