summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/sqlite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
commit07c4eb3830130ae00e0a079519d2ddb5f383c9e4 (patch)
tree0273072b7f61766baba05f8cc1c09c233a3e78bd /pts/test-resources/sqlite
parentb04a71edaf42577add3b9263101284da808e672d (diff)
downloadphoronix-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/sqlite')
-rw-r--r--pts/test-resources/sqlite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/sqlite/install.sh b/pts/test-resources/sqlite/install.sh
index 1fea1b1..0ee3343 100644
--- a/pts/test-resources/sqlite/install.sh
+++ b/pts/test-resources/sqlite/install.sh
@@ -17,6 +17,6 @@ chmod +x sqlite-inserts
echo "#!/bin/sh
rm -f benchmark.db
./sqlite-3.5.9/sqlite3 benchmark.db \"CREATE TABLE pts1 ('I' SMALLINT NOT NULL, 'DT' TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, 'F1' VARCHAR(4) NOT NULL, 'F2' VARCHAR(16) NOT NULL, PRIMARY KEY ('I'), UNIQUE ('I'));\"
-time -f \"SQLite Time: %e Seconds\" ./sqlite-inserts 2>&1
+/usr/bin/time -f \"SQLite Time: %e Seconds\" ./sqlite-inserts 2>&1
rm -f benchmark.db" > sqlite
chmod +x sqlite