Hello,

I am trying to find a dashboard with current benchmarks of go core routines 
(e.g. math, sort, reflect, etc.). For example, among others, I would like 
to see these benchmarks: 
https://github.com/golang/go/blob/master/src/math/all_test.go#L3196

I tried to run it with `go test -bench=. ./...` from the root of "go" repo, 
but getting errors like for case of "math":

```
package std/math
    exp_asm.go:9:8: use of internal package internal/cpu not allowed
package std/math/big
    big/arith_amd64.go:9:8: use of internal package internal/cpu not allowed
```

I think I am doing something wrong or I am missing some public dashboard. 
Thus, few questions:

1. How to run benchmarks from `https://github.com/golang/go`?
2. Is there a public official dashboard with benchmarks?
3. Any resources on how benchmarks have changed over last couple of years 
releases of go?

Thanks,

- Nikolay

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/2fed5db8-777e-4e4d-9d21-b024e4acc522n%40googlegroups.com.

Reply via email to