[go-nuts] [ANN] Go Performance Playground

2017-04-08 Thread 'Ingo Oeser' via golang-nuts
I love the idea and it is a really great service to the community. What I am asking myself: Why couldn't I use the standard Go benchmark interface defined in https://godoc.org/testing ? This would allow me to quickly share any benchmark I did write already. Where can I see what machine and

[go-nuts] [ANN] Go Performance Playground

2017-04-07 Thread dmitri
We've recently launched Go Performance Playground, which was inspired by the original Go Playground. It is available at https://play.stackimpact.com. Example: https://play.stackimpact.com/p/zIRPhlywKG Should be useful for quick CPU profiling, algorithm optimization and more. More information