Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 12 Mar 2017 09:31:00 +0000 Benchmark storage and analysis system #profiling We're happy to announce the launch of https://perf.golang.org/, a benchmark storage and analysis system. It provides a standard place to share benchmark results. If you make changes to any performance-sensitive code, run the Go benchmarks as you normally do. If you’re not using it already, please use benchstat instead of benchcmp to compare benchmark results.&nbsp;Benchstat computes statistics across multiple runs of a benchmark and determines whether differences between old and new runs are statistically significant.<div><div>When you want to publish a benchmark result (for example, when you are ready to mail a CL), run benchsave instead of benchstat (benchsave old.txt new.txt). This will upload the results and print benchstat output as well as a URL; please include both in your CL description.</div></div> 7 points posted by kenny https://perf.golang.org/ 1889 Wed, 08 Mar 2017 15:37:00 +0000