Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Brad Fitzpatrick 8cae5b4709 pargzip: remove outdated package doc sentence
We stopped using the system gzip some time ago
and removed the option in golang.org/cl/29432

Change-Id: I6f41af16357a5b29bbf337c4820409c78a75fff8
Reviewed-on: https://go-review.googlesource.com/36907
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-02-13 16:15:03 +00:00
Brad Fitzpatrick 1328235222 pargzip: remove Writer.UseSystemGzip
Go's gzip is faster than using a child process nowadays.

Also, this wasn't safe on Windows. The Windows buildlets hadn't been
deployed in over a year. When I deployed a new version (which included
the pargzip package), they started failing to gzip snapshots, breaking
test sharding. Trybots succeeded, but only after ~970 seconds, running
all the tests on the original make.bat machine.

Change-Id: I1d144b82e40285fee0b3019a27ee0ce2f3844d5a
Reviewed-on: https://go-review.googlesource.com/29432
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2016-09-20 14:39:44 +00:00
Brad Fitzpatrick 953211a3e3 pargzip: fix blocked goroutine on write error
Change-Id: Ifdcc24ef0e04b855882dc21b31182d6492bc54c6
Reviewed-on: https://go-review.googlesource.com/14730
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-09-18 01:35:35 +00:00
Brad Fitzpatrick 1f0d8f287c all: tons of builder work
* reverse buildlet rework (multiplexed TCP connections, instead
  of a hacky reverse roundtripper)

* scaleway ARM image improvements

* parallel gzip implementation, which makes things ~8x faster on
  Scaleway.

* merge watcher into the coordinator, for easier deployments

Change-Id: I55d769f982e6583b261435309faa1f718a15fde1
Reviewed-on: https://go-review.googlesource.com/12665
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-09-15 08:28:33 +00:00