diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-14 16:24:23 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-14 16:24:23 -0400 |
commit | 3e62db9ac6891bf0bba5ad41a3ff66607ca22b3a (patch) | |
tree | 5b0f2caeb9465e25337869a68088aefae8628f46 | |
parent | 45fad139f8cc05d96399117fe6b1496d742f542a (diff) | |
download | phoronix-test-suite-upstream-3e62db9ac6891bf0bba5ad41a3ff66607ca22b3a.tar.gz phoronix-test-suite-upstream-3e62db9ac6891bf0bba5ad41a3ff66607ca22b3a.tar.xz phoronix-test-suite-upstream-3e62db9ac6891bf0bba5ad41a3ff66607ca22b3a.zip |
pts: Change run-count for gtkperf test profile from 2000 to 5000
-rw-r--r-- | EXPERIMENTAL-CHANGE-LOG | 1 | ||||
-rw-r--r-- | pts/test-profiles/gtkperf.xml | 2 | ||||
-rwxr-xr-x | pts/test-resources/gtkperf/install.sh | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/EXPERIMENTAL-CHANGE-LOG b/EXPERIMENTAL-CHANGE-LOG index c0086f1..97c7d9c 100644 --- a/EXPERIMENTAL-CHANGE-LOG +++ b/EXPERIMENTAL-CHANGE-LOG @@ -4,6 +4,7 @@ Phoronix Test Suite (Git) - pts-core: Improve detection of graphics cards using common open-source drivers - pts: Update espeak test profile with eSpeak engine 1.39 +- pts: Change run-count for gtkperf test profile from 2000 to 5000 Phoronix Test Suite 1.4.0 Alpha 3 October 14, 2008 diff --git a/pts/test-profiles/gtkperf.xml b/pts/test-profiles/gtkperf.xml index 865d39b..b3891c4 100644 --- a/pts/test-profiles/gtkperf.xml +++ b/pts/test-profiles/gtkperf.xml @@ -1,6 +1,6 @@ <PhoronixTestSuite> <TestProfile> - <Version>1.1.0</Version> + <Version>1.2.0</Version> <TestType>Graphics</TestType> <SoftwareType>Utility</SoftwareType> <License>FREE</License> diff --git a/pts/test-resources/gtkperf/install.sh b/pts/test-resources/gtkperf/install.sh index 13b9b95..9a0154c 100755 --- a/pts/test-resources/gtkperf/install.sh +++ b/pts/test-resources/gtkperf/install.sh @@ -112,7 +112,7 @@ case "$1" in ;; esac -./gtkperf_env/bin/gtkperf -a -c 2000 -t $test > $LOG_FILE +./gtkperf_env/bin/gtkperf -a -c 5000 -t $test > $LOG_FILE EOT |