[mlpack-svn] r15596 - mlpack/conf/jenkins-conf/benchmark

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Aug 7 14:33:59 EDT 2013


Author: marcus
Date: Wed Aug  7 14:33:58 2013
New Revision: 15596

Log:
Use the given database to store the results.

Modified:
   mlpack/conf/jenkins-conf/benchmark/config.yaml
   mlpack/conf/jenkins-conf/benchmark/small_config.yaml

Modified: mlpack/conf/jenkins-conf/benchmark/config.yaml
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/config.yaml	(original)
+++ mlpack/conf/jenkins-conf/benchmark/config.yaml	Wed Aug  7 14:33:58 2013
@@ -3,7 +3,7 @@
 settings:
     # Time until a timeout in seconds.
     timeout: 9000
-    logfile: results.log
+    database: 'reports/benchmark.db'
 ---
 #  MLPACK:
 #  A Scalable C++  Machine Learning Library

Modified: mlpack/conf/jenkins-conf/benchmark/small_config.yaml
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/small_config.yaml	(original)
+++ mlpack/conf/jenkins-conf/benchmark/small_config.yaml	Wed Aug  7 14:33:58 2013
@@ -3,7 +3,7 @@
 settings:
     # Time until a timeout in seconds.
     timeout: 9000
-    logfile: results.log
+    database: 'reports/benchmark.db'
 ---
 # MLPACK:
 # A Scalable C++  Machine Learning Library



More information about the mlpack-svn mailing list