]> Cypherpunks repositories - gostls13.git/commit
archive/zip: speed up Zip64 test
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Aug 2013 06:21:57 +0000 (23:21 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Aug 2013 06:21:57 +0000 (23:21 -0700)
commitec837ad73c20d9b33d8aea9d79ce68bf95598544
tree1f078647dfc468bd1d6a7b0fd0c8976567f6ef71
parent35d8bb39bd7953dddead3d97db32af77d8941563
archive/zip: speed up Zip64 test

Took 76 seconds or so before. By avoiding flate and crc32 on
4GB of data, it's now only 12 seconds.  Still a slow test, but
not painful to run anymore when you forget -short.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/12950043
src/pkg/archive/zip/zip_test.go