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>
This commit is contained in:
Katie Hockman 2018-09-28 13:50:57 -04:00
parent 01e6cfc2a0
commit 067bb443af
5 changed files with 4 additions and 6 deletions

View file

@ -17,7 +17,7 @@ import (
)
const (
newton = "../testdata/Isaac.Newton-Opticks.txt"
newton = "../compress/testdata/Isaac.Newton-Opticks.txt"
newtonLen = 567198
newtonSHA256 = "d4a9ac22462b35e7821a4f2706c211093da678620a8f9997989ee7cf8d507bbd"
)