- 5abaabe go.mod: update golang.org/x dependencies by Gopher Robot · 2 days ago master
- 04cf7a2 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago
- cfbd823 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago
- b98296b all: eliminate vet diagnostics by Sean Liao · 3 months ago
- 3684bd4 all: fix some comments by cuishuang · 3 months ago
- 42ba72f go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
- 7e13e04 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago
- 2f7363a all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 5 months ago
- c4b8702 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago
- 7b7c2de go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago
- b481878 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago
- 8f5f3ab cmd/benchstat: consistent column count in csv format by Sean Liao · 8 months ago
- a54a20d go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago
- 3fc2b90 all: use built-in max/min to simplify the code by cuishuang · 9 months ago
- 71ba5bc go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago
- 02a15fd go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago
- c95ad7d all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 11 months ago
- 884df58 go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago
- 400946f go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago
- 711ff2a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago
- 34caac8 benchseries: do not crash if no denominator is present by Paul E. Murphy · 1 year, 9 months ago
- aa22272 README: mention the git repo by Ian Lance Taylor · 1 year, 2 months ago
- cbb83a1 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
- 94b0db8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago
- f1a715d benchseries: remove unnecessary symbol in comment by cuishuang · 1 year, 4 months ago
- ce48115 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago
- 3f62151 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago
- 783bcb7 LICENSE: update per Google Legal by Russ Cox · 1 year, 6 months ago
- dc66afd go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago
- 3b48cf0 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago
- bedb913 benchproc: remove unnecessary fmt.Sprintf by guoguangwu · 1 year, 8 months ago
- 08c49f3 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago
- f3e401e go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago
- 5eefbfd go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 11 months ago
- b267617 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago
- 4ad5199 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago
- b537522 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago
- cb71e80 benchfmt: clarify parsing error test by Austin Clements · 2 years, 2 months ago
- 5d7238e go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago
- a44b9fb benchfmt: ignore just benchmark name on a line by Austin Clements · 2 years, 2 months ago
- cd219cf go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 3 months ago
- e9dd5d2 all: switch to context package in std lib, remove obsolete +build lines by Dmitri Shuralyov · 2 years, 4 months ago
- 35ce918 all: update go directive to 1.18 by Dmitri Shuralyov · 2 years, 4 months ago
- 5f4a34c go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 4 months ago
- 3c60af3 cmd/benchseries: avoid some nil pointer panics for missing data by David Chase · 2 years, 5 months ago
- 1a17dc2 benchfmt/internal/bytesconv: gofmt format by cui fliter · 2 years, 5 months ago
- 1ba3a21 benchseries: ignore results with mismatched compare value by Michael Pratt · 2 years, 6 months ago
- d343f63 cmd/benchseries: remove repeated definite articles by cui fliter · 2 years, 9 months ago
- f7320a6 cmd/benchfilter: use correct doc link anchor by Michael Pratt · 2 years, 11 months ago
- aebcfb6 all: fix some comments by cui fliter · 3 years ago
- 801c7ef cmd/benchfilter: new command for filtering and tidying benchmark results by Austin Clements · 5 years ago
- 02c5517 cmd/benchstat: new version of benchstat by Austin Clements · 5 years ago
- 91a0461 cmd/benchseries: shorten tests by 2/3, bootstrapping by 1/2, add a skip. by David Chase · 3 years, 1 month ago
- 3fd27c2 benchseries: return error on time parse error by Michael Pratt · 3 years, 1 month ago
- e8d778a benchfmt: use constant to avoid repeated definitions by cui fliter · 3 years, 4 months ago
- a1b9949 cmd/benchstat: add examples to README for populating old.txt and new.txt by Eric Chiang · 3 years, 4 months ago
- 6646f20 all: replace io/ioutil with io and os package by cui fliter · 3 years, 4 months ago
- 7c6e287 benchstat: use safehtml/template, add SafeFormatHTML method by Damien Neil · 3 years, 4 months ago
- 28e95a5 benchfmt: remove redundant type conversion by cui fliter · 3 years, 4 months ago
- 3d85ee9 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 3 years, 6 months ago
- 84e58bf all: gofmt by Russ Cox · 3 years, 9 months ago
- b570d1a benchseries: expand configuration for performance monitoring by Michael Pratt · 3 years, 9 months ago
- 144f186 benchseries: group by .fullname rather than .name by Michael Pratt · 3 years, 9 months ago
- db86f40 benchseries: drop unused argument to AddSummaries by Michael Pratt · 3 years, 10 months ago
- 0625e00 README.md: update for new packages and tools by Austin Clements · 4 years, 2 months ago
- 3d08e79 benchseries: make this package public but mark it unstable by Michael Anthony Knyszek · 3 years, 10 months ago
- db1824a Revert "influx: InfluxDB instance setup" by Michael Pratt · 3 years, 10 months ago
- 64dc439 cmd/benchseries: a fresh start commit, because git/gerrit got mad at the old one by David Chase · 3 years, 10 months ago
- 96728ec benchfmt: add support for unit metadata by Austin Clements · 4 years, 3 months ago
- cd23784 benchfmt: fix file-does-not-exist error check in tests by Austin Clements · 3 years, 10 months ago
- 2512a39 influx: InfluxDB instance setup by Michael Pratt · 3 years, 10 months ago
- 7f87d66 benchproc: add an end-to-end example by Austin Clements · 4 years, 3 months ago
- f944feb benchproc: new package for high-level benchmark processing by Austin Clements · 5 years ago
- af31a76 benchmath: new package of opinionated benchmark statistics by Austin Clements · 5 years ago
- c932945 benchfmt: new benchmark parsing package by Austin Clements · 5 years ago
- ecd6f90 benchunit: new package for working with benchmark units by Austin Clements · 5 years ago
- 511bcb8 analysis: fix typo by cuishuang · 3 years, 10 months ago
- 03971e3 README.md: update for Go module-based build by Michael Pratt · 4 years, 4 months ago
- 40a54f1 all: go fmt ./... by Russ Cox · 5 years ago
- bdcc622 README.md: add badge to pkg.go.dev by Julie Qiu · 5 years ago
- 3748ef0 go.mod: upgrade go-sqlite3 to latest by Bryan C. Mills · 5 years ago
- d949658 vendor: delete by Dmitri Shuralyov · 6 years ago
- 9c9101d analysis/appengine: update to go113 by Russ Cox · 6 years ago
- adf48cb perfdata: fix go113 to use net/http directly by Russ Cox · 6 years ago
- 82ec4de perfdata: update to Go 1.13 and larger instance by Russ Cox · 6 years ago
- 36b577b storage: fix vet errors by Kevin Burke · 9 years ago
- ecb187b storage/appengine: update CloudSQL connection string by Andrew Bonventre · 6 years ago
- f6bfb0e analysis/appengine, storage/appengine: update to go111 GAE runtime by Andrew Bonventre · 6 years ago
- 7c3f212 cmd/benchstat: add -csv option for CSV output by David Chase · 7 years ago
- 6835260 storage: require cgo, not !plan9 by Brad Fitzpatrick · 7 years ago
- 0655857 all: add go.mod by Bryan C. Mills · 7 years ago
- 151b638 benchstat: skip test on GOOS=android by Elias Naur · 7 years ago
- 844a5f5 benchstat: avoid reading whole inputs by Russ Cox · 7 years ago
- 6e6d33e README: correct installation instructions by Gabriel Aszalos · 8 years ago
- 3d766fa benchstat: update AddConfig file by Russ Cox · 9 years ago
- 2ce0818 benchstat: adjust new sort functionality by Russ Cox · 8 years ago
- 902a14d benchstat: add support for sorting benchstat output. by Will Morrow · 8 years ago
- 8c788eb CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 8 years ago
- ea1fc7e storage/app: skip tests on plan9 by Brad Fitzpatrick · 8 years ago
- f4a8417 benchstat: update readme by Alberto Donizetti · 8 years ago