Hi Nikolay

Did you find a way to achieve this?

On Thursday, December 17, 2020 at 11:03:43 PM UTC+5:30 
nikolay.d...@gmail.com wrote:

> 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` 
> <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/c7d1231f-db94-48b8-ac42-3754a214065an%40googlegroups.com.

Reply via email to