diff options
author | James Moger <james.moger@gmail.com> | 2011-08-15 17:40:48 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-15 17:40:48 -0400 |
commit | 6d5c75b52005620858d0c5231440f578d9222c7e (patch) | |
tree | 836bea698ee89e62b28daaae0e5f0680784ca88f /build.xml | |
parent | 66e810aaf212c5e37b0a1702b6c33480595408ce (diff) | |
download | iciql-6d5c75b52005620858d0c5231440f578d9222c7e.tar.gz iciql-6d5c75b52005620858d0c5231440f578d9222c7e.zip |
Improving performance documentation.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 -->
|