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