commit | 2e9168ed058d5cd331dd03e1ba70d7b66965c83a | [log] [tgz] |
---|---|---|
author | Quentin Smith <quentin@golang.org> | Tue Jan 03 10:58:28 2017 -0500 |
committer | Quentin Smith <quentin@golang.org> | Thu Jan 05 21:00:40 2017 +0000 |
tree | 50e99729a0c5635fcd6fb6f536294825c08a24a6 | |
parent | 242cc6d2b2f4b5f5e5b3d0862fff61261dfb9573 [diff] |
storage/app: parse incoming benchmark records 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/34628 Reviewed-by: Russ Cox <rsc@golang.org>