1. b4c600e benchstat: split data representation and input parsing into data.go by Russ Cox · 7 years ago
  2. 35ee1bd benchstat: split significance tests into delta.go by Russ Cox · 7 years ago
  3. 83910fa benchstat: split scalers into scaler.go by Russ Cox · 7 years ago
  4. bb5c104 analysis/app: parse prefix separately by Quentin Smith · 7 years ago
  5. 68248f1 analysis/appengine/template: truncate long label values by Quentin Smith · 7 years ago
  6. 35b59d8 analysis/app: escape filters containing spaces by Quentin Smith · 7 years ago
  7. 961f6a4 benchstat: rename Benchstat→Metrics, BenchKey→Key by Russ Cox · 7 years ago
  8. a7cba31 cmd/benchstat: add basic golden test by Russ Cox · 7 years ago
  9. 8d487eb analysis/appengine/template: remove extra whitespace by Quentin Smith · 7 years ago
  10. 7405658 storage/db: implement range queries by Quentin Smith · 7 years ago
  11. f4f7b11 storage: use 60s context timeout on App Engine by Quentin Smith · 7 years ago
  12. bb62666 analysis/appengine/template: improve label display by Quentin Smith · 7 years ago
  13. c47beda analysis/appengine: use a 60s timeout when fetching query results by Quentin Smith · 7 years ago
  14. 1449119 storage: coalesce results with the same labels into one row by Quentin Smith · 7 years ago
  15. 680f451 storage/benchfmt: reuse maps when identical by Quentin Smith · 7 years ago
  16. 559f47b storage/db: read multi-line records from database by Quentin Smith · 7 years ago
  17. 1da04cc cmd/benchstat: import from rsc.io/benchstat by Russ Cox · 7 years ago
  18. 111d966 storage, analysis: report better errors by Quentin Smith · 7 years ago
  19. 5a7725d analysis: show benchstat results by Quentin Smith · 7 years ago
  20. 9181f6a analysis: basic analysis app by Quentin Smith · 7 years ago
  21. 6c20857 storage/app: rename upload metadata by Quentin Smith · 7 years ago
  22. 0d0e324 storage: add Client for interacting with storage server by Quentin Smith · 7 years ago
  23. 2b07f40 storage: make benchfmt.Reader use Scanner-style interface by Quentin Smith · 7 years ago
  24. e03b4ae cmd/benchsave: add header flag for specifying common keys by Quentin Smith · 7 years ago
  25. 6f1afae storage/appengine: fix YAML syntax by Quentin Smith · 7 years ago
  26. 6ce1bbe storage/db: batch INSERT statements across records by Quentin Smith · 7 years ago
  27. 4515b32 storage: use interpolateParams to reduce Cloud SQL roundtrips by Quentin Smith · 7 years ago
  28. 590fe65 storage/cmd/reindex: command-line tool to trigger reindexing by Quentin Smith · 7 years ago
  29. a02e855 storage/db: add ReplaceUpload for use in reindexing by Quentin Smith · 7 years ago
  30. 4b02898 storage: use date-based upload ID by Quentin Smith · 7 years ago
  31. 62a9058 storage/benchfmt: process header lines by Quentin Smith · 7 years ago
  32. e1f4cdb storage/app: fix merge error in upload.go by Quentin Smith · 7 years ago
  33. 207c7c5 storage/app: add additional metadata keys by Quentin Smith · 7 years ago
  34. ecde60a storage: reuse transaction for uploads by Quentin Smith · 7 years ago
  35. 72f847b storage: report a view URL in /upload responses if configured by Quentin Smith · 7 years ago
  36. 3c74c69 cmd/benchsave: authenticate to server with OAuth2 by Quentin Smith · 7 years ago
  37. 1623a6e storage: require OAuth to upload benchmark results by Quentin Smith · 7 years ago
  38. 4f50047 storage/appengine: route all URLs to server, not just / by Quentin Smith · 7 years ago
  39. 3f5794a cmd/benchsave: command-line tool for uploading benchmark results by Quentin Smith · 7 years ago
  40. 1bce9a5 storage: add -cloud test flag to run tests on Cloud SQL by Quentin Smith · 7 years ago
  41. 37a9094 storage: end-to-end query test with synthetic data by Quentin Smith · 7 years ago
  42. db20a17 storage/benchfmt: use gomaxprocs as a label, not GOMAXPROCS by Quentin Smith · 7 years ago
  43. da991bc storage: implement basic query interface by Quentin Smith · 7 years ago
  44. 8b9eb18 storage: write index information to database by Quentin Smith · 7 years ago
  45. 2e9168e storage/app: parse incoming benchmark records by Quentin Smith · 7 years ago
  46. 242cc6d storage/app: add BenchmarkReader struct by Quentin Smith · 7 years ago
  47. 6ceaac6 storage: initial perfdata AE app by Quentin Smith · 7 years ago
  48. ebfa8dc initial commit by Russ Cox · 7 years ago