]> Cypherpunks repositories - gostls13.git/commit
compress: move benchmark text from src/testdata to src/compress/testdata
authorKatie Hockman <katie@golang.org>
Fri, 28 Sep 2018 17:50:57 +0000 (13:50 -0400)
committerKatie Hockman <katie@golang.org>
Fri, 28 Sep 2018 18:41:40 +0000 (18:41 +0000)
commit067bb443af6b44cb026ab182a26d157dbd1b2dd6
treecd8065e65e4c60ebbb887d7df8993d160bfe0287
parent01e6cfc2a0b2f9e363c6e305b14f3393d06b13b8
compress: move benchmark text from src/testdata to src/compress/testdata

This text is used mainly for benchmark compression testing, and in one
net test. The text was prevoiusly in a src/testdata directory, but since
that directory would only include one file, the text is moved to the
existing src/compression/testdata directory.

This does not cause any change to the benchmark results.

Updates #27151

Change-Id: I38ab5089dfe744189a970947d15be50ef1d48517
Reviewed-on: https://go-review.googlesource.com/138495
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/nacl/testzip.proto
src/compress/flate/deflate_test.go
src/compress/flate/reader_test.go
src/compress/testdata/Isaac.Newton-Opticks.txt [moved from src/testdata/Isaac.Newton-Opticks.txt with 100% similarity]
src/net/sendfile_test.go