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

Provide performance test report #101

Open
lyyyuna opened this issue Aug 20, 2020 · 2 comments
Open

Provide performance test report #101

lyyyuna opened this issue Aug 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@lyyyuna
Copy link
Collaborator

lyyyuna commented Aug 20, 2020

It's time to do some performance test now, and provide the report in README or doc.

  1. go build/install vs goc build/install on some large project.
  2. goc profile with several covered binary
  3. original binary vs covered binary in runtime in count/set/atomic mode
  4. goc profile 1 HZ, in count/set/atomic mode
@lyyyuna lyyyuna added the enhancement New feature or request label Aug 20, 2020
@chenpfeisoo
Copy link

enricofoltran/simple-go-server/main.go:30.13,48.33 13 1

统计出来的这几个数字分别代表什么意思呢?

@CarlJi
Copy link
Collaborator

CarlJi commented Aug 21, 2020

enricofoltran/simple-go-server/main.go:30.13,48.33 13 1

统计出来的这几个数字分别代表什么意思呢?

参见Go源码: https://github.com/golang/go/blob/master/src/cmd/cover/profile.go#L23
这是go语言定义覆盖率结果一种数据结构,基本意思代表:
文件名,起始行.起始列,结束行.结束列 这个坐标内有多少行语句 覆盖率了多少行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants