summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-15 17:40:48 -0400
committerJames Moger <james.moger@gmail.com>2011-08-15 17:40:48 -0400
commit6d5c75b52005620858d0c5231440f578d9222c7e (patch)
tree836bea698ee89e62b28daaae0e5f0680784ca88f /build.xml
parent66e810aaf212c5e37b0a1702b6c33480595408ce (diff)
downloadiciql-6d5c75b52005620858d0c5231440f578d9222c7e.tar.gz
iciql-6d5c75b52005620858d0c5231440f578d9222c7e.zip
Improving performance documentation.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 725f8b2..19da799 100644
--- a/build.xml
+++ b/build.xml
@@ -110,8 +110,11 @@
<echo>Executing iciql ${iq.version} test suite</echo>
<java classpath="${project.build.dir}" classname="com.iciql.test.IciqlSuite">
<classpath refid="master-classpath" />
- <arg value="--outputFile" />
+ <arg value="--dbFile" />
<arg value="${basedir}/performance_db.txt" />
+
+ <arg value="--sqlFile" />
+ <arg value="${basedir}/performance_sql.txt" />
</java>
<!-- Build Standard Javadoc -->