summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-pbzip2
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:30:49 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:30:49 -0400
commit7ff2da7636da7521341774047967751f341fb030 (patch)
tree05838ddf16cdb82aed05a79042d1bb20ec45efd3 /pts/test-resources/compress-pbzip2
parentb8c55219c67b79eda4c248b6336a2d0d5e3dc6ac (diff)
downloadphoronix-test-suite-upstream-7ff2da7636da7521341774047967751f341fb030.tar.gz
phoronix-test-suite-upstream-7ff2da7636da7521341774047967751f341fb030.tar.xz
phoronix-test-suite-upstream-7ff2da7636da7521341774047967751f341fb030.zip
pts: With compress-pbzip2 test profile use a 2GB file to compress instead of
1GB
Diffstat (limited to 'pts/test-resources/compress-pbzip2')
-rwxr-xr-xpts/test-resources/compress-pbzip2/pre.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/compress-pbzip2/pre.sh b/pts/test-resources/compress-pbzip2/pre.sh
index 396666e..80f2e37 100755
--- a/pts/test-resources/compress-pbzip2/pre.sh
+++ b/pts/test-resources/compress-pbzip2/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