Revert "compress: move benchmark text from src/testdata to src/compress/testdata"

This reverts commit 067bb443af.

Reason for revert:
Failing Darwin-arm builds because that testing environment does not access testdata
from sibling directories. A future change will likely be made to move this testdata
out of src/testdata to create a solution that doesn't require the single-file directory.

Updates #27151

Change-Id: I8dbf5dd9512c94a605ee749ff4655cb00b0de686
Reviewed-on: https://go-review.googlesource.com/138737
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Katie Hockman 2018-10-01 15:07:51 +00:00
parent 0b994a9037
commit 43cd907017
5 changed files with 6 additions and 4 deletions

View file

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