cleanup: make blob sizes easier to understand
This is a followup to https://github.com/distribution/distribution/pull/4139 Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
ecb475a232
commit
7430651536
4 changed files with 4 additions and 4 deletions
|
@ -320,7 +320,7 @@ func TestProxyStoreServeMany(t *testing.T) {
|
|||
func TestProxyStoreServeBig(t *testing.T) {
|
||||
te := makeTestEnv(t, "foo/bar")
|
||||
|
||||
blobSize := 2 << 20
|
||||
blobSize := 2 * 1024 * 1024
|
||||
blobCount := 4
|
||||
numUnique := 2
|
||||
populate(t, te, blobCount, blobSize, numUnique)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue