1. 801c7ef cmd/benchfilter: new command for filtering and tidying benchmark results by Austin Clements · 3 years, 3 months ago
  2. 02c5517 cmd/benchstat: new version of benchstat by Austin Clements · 3 years, 3 months ago
  3. 91a0461 cmd/benchseries: shorten tests by 2/3, bootstrapping by 1/2, add a skip. by David Chase · 1 year, 4 months ago
  4. 3fd27c2 benchseries: return error on time parse error by Michael Pratt · 1 year, 4 months ago
  5. e8d778a benchfmt: use constant to avoid repeated definitions by cui fliter · 1 year, 7 months ago
  6. a1b9949 cmd/benchstat: add examples to README for populating old.txt and new.txt by Eric Chiang · 1 year, 7 months ago
  7. 6646f20 all: replace io/ioutil with io and os package by cui fliter · 1 year, 7 months ago
  8. 7c6e287 benchstat: use safehtml/template, add SafeFormatHTML method by Damien Neil · 1 year, 7 months ago
  9. 28e95a5 benchfmt: remove redundant type conversion by cui fliter · 1 year, 7 months ago
  10. 3d85ee9 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 9 months ago
  11. 84e58bf all: gofmt by Russ Cox · 2 years ago
  12. b570d1a benchseries: expand configuration for performance monitoring by Michael Pratt · 2 years ago
  13. 144f186 benchseries: group by .fullname rather than .name by Michael Pratt · 2 years ago
  14. db86f40 benchseries: drop unused argument to AddSummaries by Michael Pratt · 2 years, 1 month ago
  15. 0625e00 README.md: update for new packages and tools by Austin Clements · 2 years, 6 months ago
  16. 3d08e79 benchseries: make this package public but mark it unstable by Michael Anthony Knyszek · 2 years, 1 month ago
  17. db1824a Revert "influx: InfluxDB instance setup" by Michael Pratt · 2 years, 1 month ago
  18. 64dc439 cmd/benchseries: a fresh start commit, because git/gerrit got mad at the old one by David Chase · 2 years, 1 month ago
  19. 96728ec benchfmt: add support for unit metadata by Austin Clements · 2 years, 6 months ago
  20. cd23784 benchfmt: fix file-does-not-exist error check in tests by Austin Clements · 2 years, 1 month ago
  21. 2512a39 influx: InfluxDB instance setup by Michael Pratt · 2 years, 1 month ago
  22. 7f87d66 benchproc: add an end-to-end example by Austin Clements · 2 years, 6 months ago
  23. f944feb benchproc: new package for high-level benchmark processing by Austin Clements · 3 years, 3 months ago
  24. af31a76 benchmath: new package of opinionated benchmark statistics by Austin Clements · 3 years, 3 months ago
  25. c932945 benchfmt: new benchmark parsing package by Austin Clements · 3 years, 3 months ago
  26. ecd6f90 benchunit: new package for working with benchmark units by Austin Clements · 3 years, 3 months ago
  27. 511bcb8 analysis: fix typo by cuishuang · 2 years, 1 month ago
  28. 03971e3 README.md: update for Go module-based build by Michael Pratt · 2 years, 7 months ago
  29. 40a54f1 all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  30. bdcc622 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 4 months ago
  31. 3748ef0 go.mod: upgrade go-sqlite3 to latest by Bryan C. Mills · 3 years, 5 months ago
  32. d949658 vendor: delete by Dmitri Shuralyov · 4 years, 1 month ago
  33. 9c9101d analysis/appengine: update to go113 by Russ Cox · 4 years, 1 month ago
  34. adf48cb perfdata: fix go113 to use net/http directly by Russ Cox · 4 years, 2 months ago
  35. 82ec4de perfdata: update to Go 1.13 and larger instance by Russ Cox · 4 years, 2 months ago
  36. 36b577b storage: fix vet errors by Kevin Burke · 7 years ago
  37. ecb187b storage/appengine: update CloudSQL connection string by Andrew Bonventre · 4 years, 8 months ago
  38. f6bfb0e analysis/appengine, storage/appengine: update to go111 GAE runtime by Andrew Bonventre · 4 years, 8 months ago
  39. 7c3f212 cmd/benchstat: add -csv option for CSV output by David Chase · 5 years ago
  40. 6835260 storage: require cgo, not !plan9 by Brad Fitzpatrick · 5 years ago
  41. 0655857 all: add go.mod by Bryan C. Mills · 5 years ago
  42. 151b638 benchstat: skip test on GOOS=android by Elias Naur · 5 years ago
  43. 844a5f5 benchstat: avoid reading whole inputs by Russ Cox · 5 years ago
  44. 6e6d33e README: correct installation instructions by Gabriel Aszalos · 6 years ago
  45. 3d766fa benchstat: update AddConfig file by Russ Cox · 7 years ago
  46. 2ce0818 benchstat: adjust new sort functionality by Russ Cox · 6 years ago
  47. 902a14d benchstat: add support for sorting benchstat output. by Will Morrow · 6 years ago
  48. 8c788eb CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  49. ea1fc7e storage/app: skip tests on plan9 by Brad Fitzpatrick · 6 years ago
  50. f4a8417 benchstat: update readme by Alberto Donizetti · 6 years ago
  51. 83061fd benchstat: specify meta charset=utf-8 to avoid garbled text by namusyaka · 6 years ago
  52. 638b204 all: add build tags to ignore things using sqlite on plan9 by Brad Fitzpatrick · 6 years ago
  53. a4c2694 storage/app: fix fmt format errors causing vet failures during test by Brad Fitzpatrick · 6 years ago
  54. 4469e6c README: add more links/information by Kevin Burke · 7 years ago
  55. 4979bd1 analysis/app: add "commit" tooltip to trend by Tamir Duberstein · 7 years ago
  56. ae5bfa6 benchstat: don't print sign for 0% when there is no change by Josh Bleecher Snyder · 7 years ago
  57. 0da03b5 benchstat: handle user-ns/op units by Josh Bleecher Snyder · 7 years ago
  58. 844f014 README: correct flag value in example by Tamir Duberstein · 7 years ago
  59. f1c8e1c analysis: linkify labels when possible by Quentin Smith · 7 years ago
  60. b74b457 storage: add Context arguments for queries by Quentin Smith · 7 years ago
  61. 9d069c5 analysis/app: sane defaults for viewing CL trybot results by Quentin Smith · 7 years ago
  62. 6a203ad storage: support local disk for uploads by Quentin Smith · 7 years ago
  63. 347e551 storage/db: mysql specialization for ListUploads by Quentin Smith · 7 years ago
  64. add18dd benchstat, cmd/benchstat: group benchmark results by Quentin Smith · 7 years ago
  65. cab923d storage/appengine: support service account OAuth by Quentin Smith · 7 years ago
  66. e40c708 internal/diff: flush to disk before diffing by Egon Elbre · 7 years ago
  67. 1dffca7 storage/db: ListUploads shouldn't return empty uploads by Quentin Smith · 7 years ago
  68. c5bed37 storage/app: handle upload errors consistently by Quentin Smith · 7 years ago
  69. 35a1a84 storage, cmd/benchsave: move upload logic into Client by Quentin Smith · 7 years ago
  70. e2bd313 analysis/app: show the geomean by Austin Clements · 7 years ago
  71. e95bb83 benchstat: don't print geomean of just one benchmark by Austin Clements · 7 years ago
  72. bb8119d benchstat: omit 0 values from geomean by Austin Clements · 7 years ago
  73. 4c54bbd all: better API links in README by Quentin Smith · 7 years ago
  74. 7d6bbd1 all: improve local server workflow by Quentin Smith · 7 years ago
  75. 52d96ba storage/localserver: cleanup flags by Quentin Smith · 7 years ago
  76. ade13b7 all: print stats on benchsave by Quentin Smith · 7 years ago
  77. 8018521 storage/db: optimize /uploads queries without query string by Quentin Smith · 7 years ago
  78. 5a6afbd analysis/app: work around bug in SortBy by Quentin Smith · 7 years ago
  79. a03b4c9 storage/db: optimize query terms matching "upload" by Quentin Smith · 7 years ago
  80. 9614811 storage/db/dbtest: fix -cloud after refactoring by Quentin Smith · 7 years ago
  81. 74d6b5f storage: log /uploads SQL queries by Quentin Smith · 7 years ago
  82. 00f4f8a analysis/app: visualize raw data by Quentin Smith · 7 years ago
  83. 73dcf9c analysis/app: show median in addition to mean result by Quentin Smith · 7 years ago
  84. 022a846 storage/db: query optimizations for duplicate keys by Quentin Smith · 7 years ago
  85. ad98d97 analysis/app: add trend graphing by Quentin Smith · 7 years ago
  86. f590708 storage: log issued SQL query by Quentin Smith · 7 years ago
  87. 4defa8f all: use Windows-supporting diff function by Quentin Smith · 7 years ago
  88. 07bde3b storage: optimize queries for label presence by Quentin Smith · 7 years ago
  89. c133759 cmd/benchstat: update golden testdata to match current behavior by Quentin Smith · 7 years ago
  90. 4fdefc0 all: make tests run on trybots by Quentin Smith · 7 years ago
  91. 02c1314 analysis/appengine/template: fix query string by Quentin Smith · 7 years ago
  92. ede8a5f storage: avoid map reuse by Quentin Smith · 7 years ago
  93. 8abf3ce analysis: show recent uploads on / by Quentin Smith · 7 years ago
  94. b175a58 storage: add client for /uploads endpoint by Quentin Smith · 7 years ago
  95. 1aae1da storage/db: add NOT NULL and PRIMARY KEY constraints to improve performance by Quentin Smith · 7 years ago
  96. f5c4ca9 storage: serve summary of uploads on /uploads by Quentin Smith · 7 years ago
  97. fd150b4 analysis: add readme text on empty search by Quentin Smith · 7 years ago
  98. 68e449c storage: add readme on / by Quentin Smith · 7 years ago
  99. c627500 analysis: show wrapped query in place of result index by Quentin Smith · 7 years ago
  100. ae16c2a benchstat: fix bad merge; AddFile now AddConfig by Russ Cox · 7 years ago