summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-11 13:12:43 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-11 13:12:43 -0500
commit1bbbd5b7bc1e58da053703e1addfe7f6c3559047 (patch)
treea3a5a2d43d1bd2b34ba77e72aaab50ad091b99b0
parentaee9396fbe1807080e756f2314c2cc5e3449633b (diff)
downloadphoronix-test-suite-upstream-1bbbd5b7bc1e58da053703e1addfe7f6c3559047.tar.gz
phoronix-test-suite-upstream-1bbbd5b7bc1e58da053703e1addfe7f6c3559047.tar.xz
phoronix-test-suite-upstream-1bbbd5b7bc1e58da053703e1addfe7f6c3559047.zip
pts: Set file size to 256MB with compress-lzma test profile
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/test-profiles/compress-lzma.xml4
-rwxr-xr-xpts/test-resources/compress-lzma/pre.sh2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 87aced4..d647e9f 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -4,6 +4,7 @@ Phoronix Test Suite (Git)
- pts-core: Fix bug in xorg_ddx_driver_info() that could have caused some driver versions to be misreported
- pts: Fix openal-development external dependency for ubuntu-packages.xml due to package name change in Ubuntu 8.10
+- pts: Set file size to 256MB with compress-lzma test profile
Phoronix Test Suite 1.4.1
November 8, 2008
diff --git a/pts/test-profiles/compress-lzma.xml b/pts/test-profiles/compress-lzma.xml
index 56e04b3..0b14b96 100644
--- a/pts/test-profiles/compress-lzma.xml
+++ b/pts/test-profiles/compress-lzma.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
<TestType>Processor</TestType>
<SoftwareType>Utility</SoftwareType>
<License>FREE</License>
@@ -12,7 +12,7 @@
<TestInformation>
<Title>Timed LZMA Compression</Title>
<TimesToRun>3</TimesToRun>
- <SubTitle>2GB File Compression</SubTitle>
+ <SubTitle>256MB File Compression</SubTitle>
<ResultScale>Seconds</ResultScale>
<Proportion>LIB</Proportion>
<Description>This test measures the time needed to compress a file using LZMA compression.</Description>
diff --git a/pts/test-resources/compress-lzma/pre.sh b/pts/test-resources/compress-lzma/pre.sh
index 945c953..0643049 100755
--- a/pts/test-resources/compress-lzma/pre.sh
+++ b/pts/test-resources/compress-lzma/pre.sh
@@ -1,5 +1,5 @@
#!/bin/sh
cd $1
-dd if=/dev/urandom of=compressfile bs=2048 count=1048576
+dd if=/dev/urandom of=compressfile bs=1024 count=262144