1. 0625e00 README.md: update for new packages and tools by Austin Clements · 3 years, 3 months ago
  2. c932945 benchfmt: new benchmark parsing package by Austin Clements · 4 years ago
  3. 40a54f1 all: go fmt ./... by Russ Cox · 4 years ago
  4. adf48cb perfdata: fix go113 to use net/http directly by Russ Cox · 5 years ago
  5. 82ec4de perfdata: update to Go 1.13 and larger instance by Russ Cox · 5 years ago
  6. 36b577b storage: fix vet errors by Kevin Burke · 8 years ago
  7. ecb187b storage/appengine: update CloudSQL connection string by Andrew Bonventre · 5 years ago
  8. f6bfb0e analysis/appengine, storage/appengine: update to go111 GAE runtime by Andrew Bonventre · 5 years ago
  9. 6835260 storage: require cgo, not !plan9 by Brad Fitzpatrick · 6 years ago
  10. ea1fc7e storage/app: skip tests on plan9 by Brad Fitzpatrick · 7 years ago
  11. 638b204 all: add build tags to ignore things using sqlite on plan9 by Brad Fitzpatrick · 7 years ago
  12. a4c2694 storage/app: fix fmt format errors causing vet failures during test by Brad Fitzpatrick · 7 years ago
  13. b74b457 storage: add Context arguments for queries by Quentin Smith · 8 years ago
  14. 6a203ad storage: support local disk for uploads by Quentin Smith · 8 years ago
  15. 347e551 storage/db: mysql specialization for ListUploads by Quentin Smith · 8 years ago
  16. cab923d storage/appengine: support service account OAuth by Quentin Smith · 8 years ago
  17. 1dffca7 storage/db: ListUploads shouldn't return empty uploads by Quentin Smith · 8 years ago
  18. c5bed37 storage/app: handle upload errors consistently by Quentin Smith · 8 years ago
  19. 35a1a84 storage, cmd/benchsave: move upload logic into Client by Quentin Smith · 8 years ago
  20. 7d6bbd1 all: improve local server workflow by Quentin Smith · 8 years ago
  21. 52d96ba storage/localserver: cleanup flags by Quentin Smith · 8 years ago
  22. 8018521 storage/db: optimize /uploads queries without query string by Quentin Smith · 8 years ago
  23. a03b4c9 storage/db: optimize query terms matching "upload" by Quentin Smith · 8 years ago
  24. 9614811 storage/db/dbtest: fix -cloud after refactoring by Quentin Smith · 8 years ago
  25. 74d6b5f storage: log /uploads SQL queries by Quentin Smith · 8 years ago
  26. 022a846 storage/db: query optimizations for duplicate keys by Quentin Smith · 8 years ago
  27. f590708 storage: log issued SQL query by Quentin Smith · 8 years ago
  28. 4defa8f all: use Windows-supporting diff function by Quentin Smith · 8 years ago
  29. 07bde3b storage: optimize queries for label presence by Quentin Smith · 8 years ago
  30. 4fdefc0 all: make tests run on trybots by Quentin Smith · 8 years ago
  31. ede8a5f storage: avoid map reuse by Quentin Smith · 8 years ago
  32. b175a58 storage: add client for /uploads endpoint by Quentin Smith · 8 years ago
  33. 1aae1da storage/db: add NOT NULL and PRIMARY KEY constraints to improve performance by Quentin Smith · 8 years ago
  34. f5c4ca9 storage: serve summary of uploads on /uploads by Quentin Smith · 8 years ago
  35. 68e449c storage: add readme on / by Quentin Smith · 8 years ago
  36. dfb9845 storage: expose SplitWords in a separate package by Quentin Smith · 8 years ago
  37. 7405658 storage/db: implement range queries by Quentin Smith · 8 years ago
  38. f4f7b11 storage: use 60s context timeout on App Engine by Quentin Smith · 8 years ago
  39. 1449119 storage: coalesce results with the same labels into one row by Quentin Smith · 8 years ago
  40. 680f451 storage/benchfmt: reuse maps when identical by Quentin Smith · 8 years ago
  41. 559f47b storage/db: read multi-line records from database by Quentin Smith · 8 years ago
  42. 111d966 storage, analysis: report better errors by Quentin Smith · 8 years ago
  43. 6c20857 storage/app: rename upload metadata by Quentin Smith · 8 years ago
  44. 0d0e324 storage: add Client for interacting with storage server by Quentin Smith · 8 years ago
  45. 2b07f40 storage: make benchfmt.Reader use Scanner-style interface by Quentin Smith · 8 years ago
  46. e03b4ae cmd/benchsave: add header flag for specifying common keys by Quentin Smith · 8 years ago
  47. 6f1afae storage/appengine: fix YAML syntax by Quentin Smith · 8 years ago
  48. 6ce1bbe storage/db: batch INSERT statements across records by Quentin Smith · 8 years ago
  49. 4515b32 storage: use interpolateParams to reduce Cloud SQL roundtrips by Quentin Smith · 8 years ago
  50. 590fe65 storage/cmd/reindex: command-line tool to trigger reindexing by Quentin Smith · 8 years ago
  51. a02e855 storage/db: add ReplaceUpload for use in reindexing by Quentin Smith · 8 years ago
  52. 4b02898 storage: use date-based upload ID by Quentin Smith · 8 years ago
  53. 62a9058 storage/benchfmt: process header lines by Quentin Smith · 8 years ago
  54. e1f4cdb storage/app: fix merge error in upload.go by Quentin Smith · 8 years ago
  55. 207c7c5 storage/app: add additional metadata keys by Quentin Smith · 8 years ago
  56. ecde60a storage: reuse transaction for uploads by Quentin Smith · 8 years ago
  57. 72f847b storage: report a view URL in /upload responses if configured by Quentin Smith · 8 years ago
  58. 1623a6e storage: require OAuth to upload benchmark results by Quentin Smith · 8 years ago
  59. 4f50047 storage/appengine: route all URLs to server, not just / by Quentin Smith · 8 years ago
  60. 1bce9a5 storage: add -cloud test flag to run tests on Cloud SQL by Quentin Smith · 8 years ago
  61. 37a9094 storage: end-to-end query test with synthetic data by Quentin Smith · 8 years ago
  62. db20a17 storage/benchfmt: use gomaxprocs as a label, not GOMAXPROCS by Quentin Smith · 8 years ago
  63. da991bc storage: implement basic query interface by Quentin Smith · 8 years ago
  64. 8b9eb18 storage: write index information to database by Quentin Smith · 8 years ago
  65. 2e9168e storage/app: parse incoming benchmark records by Quentin Smith · 8 years ago
  66. 242cc6d storage/app: add BenchmarkReader struct by Quentin Smith · 8 years ago
  67. 6ceaac6 storage: initial perfdata AE app by Quentin Smith · 8 years ago