- 10 Jan, 2017 2 commits
-
-
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
-