Re: [go-nuts] Re: Benchmarks in https://github.com/golang/go

2022-08-07 Thread Amarjeet Anand
Thanks Petergo This was exactly what I was looking for. Is it documented somewhere? On Sun, Aug 7, 2022 at 7:09 PM peterGo wrote: > For example, > > ~$ git clone https://github.com/golang/go --depth 1 $HOME/bench > Cloning into '/home/peter/bench'... > # . . . > ~$ cd $HOME/bench/src > ~/bench/

[go-nuts] Re: Benchmarks in https://github.com/golang/go

2022-08-07 Thread peterGo
For example, ~$ git clone https://github.com/golang/go --depth 1 $HOME/bench Cloning into '/home/peter/bench'... # . . . ~$ cd $HOME/bench/src ~/bench/src$ ./make.bash # . . . Installed Go for linux/amd64 in /home/peter/bench Installed commands in /home/peter/bench/bin ~/bench/src$ cd $HOME/bench/

[go-nuts] Re: Benchmarks in https://github.com/golang/go

2022-08-07 Thread Amarjeet Anand
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