1. 844a5f5 benchstat: avoid reading whole inputs by Russ Cox · 5 years ago
  2. 6e6d33e README: correct installation instructions by Gabriel Aszalos · 6 years ago
  3. 3d766fa benchstat: update AddConfig file by Russ Cox · 7 years ago
  4. 2ce0818 benchstat: adjust new sort functionality by Russ Cox · 6 years ago
  5. 902a14d benchstat: add support for sorting benchstat output. by Will Morrow · 6 years ago
  6. 8c788eb CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  7. ea1fc7e storage/app: skip tests on plan9 by Brad Fitzpatrick · 6 years ago
  8. f4a8417 benchstat: update readme by Alberto Donizetti · 6 years ago
  9. 83061fd benchstat: specify meta charset=utf-8 to avoid garbled text by namusyaka · 6 years ago
  10. 638b204 all: add build tags to ignore things using sqlite on plan9 by Brad Fitzpatrick · 6 years ago
  11. a4c2694 storage/app: fix fmt format errors causing vet failures during test by Brad Fitzpatrick · 6 years ago
  12. 4469e6c README: add more links/information by Kevin Burke · 7 years ago
  13. 4979bd1 analysis/app: add "commit" tooltip to trend by Tamir Duberstein · 7 years ago
  14. ae5bfa6 benchstat: don't print sign for 0% when there is no change by Josh Bleecher Snyder · 7 years ago
  15. 0da03b5 benchstat: handle user-ns/op units by Josh Bleecher Snyder · 7 years ago
  16. 844f014 README: correct flag value in example by Tamir Duberstein · 7 years ago
  17. f1c8e1c analysis: linkify labels when possible by Quentin Smith · 7 years ago
  18. b74b457 storage: add Context arguments for queries by Quentin Smith · 7 years ago
  19. 9d069c5 analysis/app: sane defaults for viewing CL trybot results by Quentin Smith · 7 years ago
  20. 6a203ad storage: support local disk for uploads by Quentin Smith · 7 years ago
  21. 347e551 storage/db: mysql specialization for ListUploads by Quentin Smith · 7 years ago
  22. add18dd benchstat, cmd/benchstat: group benchmark results by Quentin Smith · 7 years ago
  23. cab923d storage/appengine: support service account OAuth by Quentin Smith · 7 years ago
  24. e40c708 internal/diff: flush to disk before diffing by Egon Elbre · 7 years ago
  25. 1dffca7 storage/db: ListUploads shouldn't return empty uploads by Quentin Smith · 7 years ago
  26. c5bed37 storage/app: handle upload errors consistently by Quentin Smith · 7 years ago
  27. 35a1a84 storage, cmd/benchsave: move upload logic into Client by Quentin Smith · 7 years ago
  28. e2bd313 analysis/app: show the geomean by Austin Clements · 7 years ago
  29. e95bb83 benchstat: don't print geomean of just one benchmark by Austin Clements · 7 years ago
  30. bb8119d benchstat: omit 0 values from geomean by Austin Clements · 7 years ago
  31. 4c54bbd all: better API links in README by Quentin Smith · 7 years ago
  32. 7d6bbd1 all: improve local server workflow by Quentin Smith · 7 years ago
  33. 52d96ba storage/localserver: cleanup flags by Quentin Smith · 7 years ago
  34. ade13b7 all: print stats on benchsave by Quentin Smith · 7 years ago
  35. 8018521 storage/db: optimize /uploads queries without query string by Quentin Smith · 7 years ago
  36. 5a6afbd analysis/app: work around bug in SortBy by Quentin Smith · 7 years ago
  37. a03b4c9 storage/db: optimize query terms matching "upload" by Quentin Smith · 7 years ago
  38. 9614811 storage/db/dbtest: fix -cloud after refactoring by Quentin Smith · 7 years ago
  39. 74d6b5f storage: log /uploads SQL queries by Quentin Smith · 7 years ago
  40. 00f4f8a analysis/app: visualize raw data by Quentin Smith · 7 years ago
  41. 73dcf9c analysis/app: show median in addition to mean result by Quentin Smith · 7 years ago
  42. 022a846 storage/db: query optimizations for duplicate keys by Quentin Smith · 7 years ago
  43. ad98d97 analysis/app: add trend graphing by Quentin Smith · 7 years ago
  44. f590708 storage: log issued SQL query by Quentin Smith · 7 years ago
  45. 4defa8f all: use Windows-supporting diff function by Quentin Smith · 7 years ago
  46. 07bde3b storage: optimize queries for label presence by Quentin Smith · 7 years ago
  47. c133759 cmd/benchstat: update golden testdata to match current behavior by Quentin Smith · 7 years ago
  48. 4fdefc0 all: make tests run on trybots by Quentin Smith · 7 years ago
  49. 02c1314 analysis/appengine/template: fix query string by Quentin Smith · 7 years ago
  50. ede8a5f storage: avoid map reuse by Quentin Smith · 7 years ago
  51. 8abf3ce analysis: show recent uploads on / by Quentin Smith · 7 years ago
  52. b175a58 storage: add client for /uploads endpoint by Quentin Smith · 7 years ago
  53. 1aae1da storage/db: add NOT NULL and PRIMARY KEY constraints to improve performance by Quentin Smith · 7 years ago
  54. f5c4ca9 storage: serve summary of uploads on /uploads by Quentin Smith · 7 years ago
  55. fd150b4 analysis: add readme text on empty search by Quentin Smith · 7 years ago
  56. 68e449c storage: add readme on / by Quentin Smith · 7 years ago
  57. c627500 analysis: show wrapped query in place of result index by Quentin Smith · 7 years ago
  58. ae16c2a benchstat: fix bad merge; AddFile now AddConfig by Russ Cox · 7 years ago
  59. 0210f85 analysis/app: convert to new benchstat library by Russ Cox · 7 years ago
  60. f01f51b analysis/app: group benchstat results if a name label is in the query by Quentin Smith · 7 years ago
  61. dfb9845 storage: expose SplitWords in a separate package by Quentin Smith · 7 years ago
  62. 66643a1 benchstat: add input from benchfmt.Results by Russ Cox · 7 years ago
  63. c1e5ad7 benchstat: move bulk of logic into library by Russ Cox · 7 years ago
  64. 9c65359 benchstat: style significant deltas by Russ Cox · 7 years ago
  65. 148b402 benchstat: html table adjustments by Russ Cox · 7 years ago
  66. fc59af5 benchstat: more css-friendly html output by Russ Cox · 7 years ago
  67. 1b4493f benchstat: use template to generate html by Russ Cox · 7 years ago
  68. a7a7b5b benchstat: split table generation into table.go, text.go, html.go by Russ Cox · 7 years ago
  69. b4c600e benchstat: split data representation and input parsing into data.go by Russ Cox · 7 years ago
  70. 35ee1bd benchstat: split significance tests into delta.go by Russ Cox · 7 years ago
  71. 83910fa benchstat: split scalers into scaler.go by Russ Cox · 7 years ago
  72. bb5c104 analysis/app: parse prefix separately by Quentin Smith · 7 years ago
  73. 68248f1 analysis/appengine/template: truncate long label values by Quentin Smith · 7 years ago
  74. 35b59d8 analysis/app: escape filters containing spaces by Quentin Smith · 7 years ago
  75. 961f6a4 benchstat: rename Benchstat→Metrics, BenchKey→Key by Russ Cox · 7 years ago
  76. a7cba31 cmd/benchstat: add basic golden test by Russ Cox · 7 years ago
  77. 8d487eb analysis/appengine/template: remove extra whitespace by Quentin Smith · 7 years ago
  78. 7405658 storage/db: implement range queries by Quentin Smith · 7 years ago
  79. f4f7b11 storage: use 60s context timeout on App Engine by Quentin Smith · 7 years ago
  80. bb62666 analysis/appengine/template: improve label display by Quentin Smith · 7 years ago
  81. c47beda analysis/appengine: use a 60s timeout when fetching query results by Quentin Smith · 7 years ago
  82. 1449119 storage: coalesce results with the same labels into one row by Quentin Smith · 7 years ago
  83. 680f451 storage/benchfmt: reuse maps when identical by Quentin Smith · 7 years ago
  84. 559f47b storage/db: read multi-line records from database by Quentin Smith · 7 years ago
  85. 1da04cc cmd/benchstat: import from rsc.io/benchstat by Russ Cox · 7 years ago
  86. 111d966 storage, analysis: report better errors by Quentin Smith · 7 years ago
  87. 5a7725d analysis: show benchstat results by Quentin Smith · 7 years ago
  88. 9181f6a analysis: basic analysis app by Quentin Smith · 7 years ago
  89. 6c20857 storage/app: rename upload metadata by Quentin Smith · 7 years ago
  90. 0d0e324 storage: add Client for interacting with storage server by Quentin Smith · 7 years ago
  91. 2b07f40 storage: make benchfmt.Reader use Scanner-style interface by Quentin Smith · 7 years ago
  92. e03b4ae cmd/benchsave: add header flag for specifying common keys by Quentin Smith · 7 years ago
  93. 6f1afae storage/appengine: fix YAML syntax by Quentin Smith · 7 years ago
  94. 6ce1bbe storage/db: batch INSERT statements across records by Quentin Smith · 7 years ago
  95. 4515b32 storage: use interpolateParams to reduce Cloud SQL roundtrips by Quentin Smith · 7 years ago
  96. 590fe65 storage/cmd/reindex: command-line tool to trigger reindexing by Quentin Smith · 7 years ago
  97. a02e855 storage/db: add ReplaceUpload for use in reindexing by Quentin Smith · 7 years ago
  98. 4b02898 storage: use date-based upload ID by Quentin Smith · 7 years ago
  99. 62a9058 storage/benchfmt: process header lines by Quentin Smith · 7 years ago
  100. e1f4cdb storage/app: fix merge error in upload.go by Quentin Smith · 7 years ago