- 13 Jan, 2017 4 commits
-
-
Quentin Smith authored
Reuse a single transaction for all INSERT statements for a single upload. This cuts about 50% of the runtime off an invocation of the tests with -cloud, and about 25% of the runtime off an /upload run on App Engine. Change-Id: I90068f60420cfb67ae693f18ed83b341c2e483bd Reviewed-on: https://go-review.googlesource.com/35069Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: I5e10082adc66e51898a71e1a67da7833f287af9d Reviewed-on: https://go-review.googlesource.com/35067Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: Ie3c5d4adae68cd81290ec4d8b53d5db0cf814a71 Reviewed-on: https://go-review.googlesource.com/35065Reviewed-by: Chris Broadfoot <cbro@golang.org>
-
Quentin Smith authored
Change-Id: Ia48bc4e1bb918b4d2e28752cfe45f31ac9955e47 Reviewed-on: https://go-review.googlesource.com/35055Reviewed-by: Russ Cox <rsc@golang.org>
-
- 12 Jan, 2017 2 commits
-
-
Quentin Smith authored
Apparently this is why I was explicitly naming /upload and /search. Change-Id: Ibdb24f8eac83ae6bac61dacb625f500c28512291 Reviewed-on: https://go-review.googlesource.com/35066Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: I060d45ac3b487900ab8315978fe89ab576c571b7 Reviewed-on: https://go-review.googlesource.com/35053Reviewed-by: Russ Cox <rsc@golang.org>
-
- 10 Jan, 2017 5 commits
-
-
Quentin Smith authored
Change-Id: Ifb1baf9a94c28167bedf61c4c2495b724349bdf3 Reviewed-on: https://go-review.googlesource.com/35052Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: Ie4f48245e1f223486557921a4196570c430e5feb Reviewed-on: https://go-review.googlesource.com/34934Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: Id8fe9565bee87f824d6efbff3f983f0170534603 Reviewed-on: https://go-review.googlesource.com/34933Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: Id6bff920866bc175aaf18f839dc7ab2487e8adf6 Reviewed-on: https://go-review.googlesource.com/34931Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
Change-Id: Icef3215b69d220620c9bdc44150699abbce1c57e Reviewed-on: https://go-review.googlesource.com/34834Reviewed-by: Russ Cox <rsc@golang.org>
-
- 05 Jan, 2017 3 commits
-
-
Quentin Smith authored
This change parses incoming benchmark records in parallel to writing them to Google Cloud Storage. It does not yet attempt to insert the parsed records into Cloud SQL. Change-Id: I250b334569b8d59f2366025db5c56add51b96bd6 Reviewed-on: https://go-review.googlesource.com/34628Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
BenchmarkReader is capable of reading standard benchmark files into Result objects and writing those Result objects back out to a Writer. Change-Id: I022221f53b5d3ce1de7e8e7b74d265a50ac4a0eb Reviewed-on: https://go-review.googlesource.com/34627Reviewed-by: Russ Cox <rsc@golang.org>
-
Quentin Smith authored
This creates the skeleton of an AppEngine app for perfdata.golang.org and adds an initial implementation of /upload that saves the provided file into Cloud Storage. Change-Id: I1fe19b27841ab62aad146d1d1019996634012d35 Reviewed-on: https://go-review.googlesource.com/34620Reviewed-by: Russ Cox <rsc@golang.org>
-
- 20 Dec, 2016 1 commit
-
-
Russ Cox authored
-