summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-gzip
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:27:49 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:27:49 -0400
commit232eab458b1424477552d9201db25a029a60a0db (patch)
tree411995c4c500adac9b08423cee898e687cd55912 /pts/test-resources/compress-gzip
parent11473ed6db3631c76fd1e0a7e61ab12a0b83d1a4 (diff)
downloadphoronix-test-suite-upstream-232eab458b1424477552d9201db25a029a60a0db.tar.gz
phoronix-test-suite-upstream-232eab458b1424477552d9201db25a029a60a0db.tar.xz
phoronix-test-suite-upstream-232eab458b1424477552d9201db25a029a60a0db.zip
pts: With compress-gzip test profile use a 2GB file to compress instead of 1GB
Diffstat (limited to 'pts/test-resources/compress-gzip')
-rwxr-xr-xpts/test-resources/compress-gzip/pre.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/compress-gzip/pre.sh b/pts/test-resources/compress-gzip/pre.sh
index 396666e..80f2e37 100755
--- a/pts/test-resources/compress-gzip/pre.sh
+++ b/pts/test-resources/compress-gzip/pre.sh
@@ -1,5 +1,5 @@
#!/bin/sh
cd $1
-dd if=/dev/urandom of=compressfile bs=1024 count=524288
+dd if=/dev/urandom of=compressfile bs=2048 count=524288