diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-05-23 07:13:42 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-05-23 07:13:42 -0400 |
commit | 07c4eb3830130ae00e0a079519d2ddb5f383c9e4 (patch) | |
tree | 0273072b7f61766baba05f8cc1c09c233a3e78bd /pts/test-resources/tandem-xml | |
parent | b04a71edaf42577add3b9263101284da808e672d (diff) | |
download | phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.gz phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.xz phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.zip |
More profile updates... switch time back to /usr/bin/time and add proper
ImageMagick download links.
Diffstat (limited to 'pts/test-resources/tandem-xml')
-rw-r--r-- | pts/test-resources/tandem-xml/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pts/test-resources/tandem-xml/install.sh b/pts/test-resources/tandem-xml/install.sh index e278eb6..44bc2dd 100644 --- a/pts/test-resources/tandem-xml/install.sh +++ b/pts/test-resources/tandem-xml/install.sh @@ -9,11 +9,11 @@ echo "#!/bin/sh rm -f tmp/*.xml case \"\$1\" in \"WRITE\") - time -f \"tandem_Xml Time: %e Seconds\" php tandem-benchmark/tandem_benchmark.php WRITE 2>&1 + /usr/bin/time -f \"tandem_Xml Time: %e Seconds\" php tandem-benchmark/tandem_benchmark.php WRITE 2>&1 ;; \"READ\") php tandem-benchmark/tandem_benchmark.php WRITE - time -f \"tandem_Xml Time: %e Seconds\" php tandem-benchmark/tandem_benchmark.php READ 2>&1 + /usr/bin/time -f \"tandem_Xml Time: %e Seconds\" php tandem-benchmark/tandem_benchmark.php READ 2>&1 ;; esac " > tandem-xml |