mirror of
https://github.com/golang/go
synced 2024-11-18 17:54:57 -07:00
The Go programming language
285f6fe2f6
This is intended to replace the awk-based misc/benchcmp. It mostly matches the existing misc/benchcmp. Notable changes: * Written in Go. * Minor whitespace changes in the output; the tabular nature of the output is preserved, as is most number formatting and verbiage. * Comparisons within each section are sorted from highest change to lowest. * Proper handling of multiple benchmarks with the same name (issue 7016). * Does not omit benchmark comparisons for which the new value is zero. * Adds -changed flag to only show benchmarks whose value have changed. Useful for memory-oriented, large-scale benchmark comparisons. * Has tests. * Formats small ns measurements with extra precision. Updates golang/go#7016. LGTM=r R=golang-codereviews, dave, dvyukov, oleku.konko, bradfitz, gobot, r CC=golang-codereviews https://golang.org/cl/47980043 |
||
---|---|---|
astutil | ||
blog | ||
cmd | ||
cover | ||
dashboard | ||
go | ||
godoc | ||
imports | ||
oracle | ||
playground | ||
present | ||
.hgignore | ||
AUTHORS | ||
codereview.cfg | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README |
This subrepository holds the source for various packages and tools that support the Go programming language. Some of the tools, godoc and vet for example, are included in binary Go distributions. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. To submit changes to this repository, see http://golang.org/doc/contribute.html.