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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Aug 9 13:00:17 EDT 2013


Author: marcus
Date: Fri Aug  9 13:00:17 2013
New Revision: 15604

Log:
Add block to create the reports.

Modified:
   mlpack/conf/jenkins-conf/benchmark/Makefile

Modified: mlpack/conf/jenkins-conf/benchmark/Makefile
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/Makefile	(original)
+++ mlpack/conf/jenkins-conf/benchmark/Makefile	Fri Aug  9 13:00:17 2013
@@ -25,7 +25,7 @@
 	$(error Python 'yaml' module was not found)
 endif
 
-.PHONY: help test run memory
+.PHONY: help test run memory scripts reports
 
 help:
 	@echo "$(YAML_INSTALLED)"
@@ -40,6 +40,7 @@
 	@echo "  memory [CONFIG]    Get memory profiling information with the given "
 	@echo "                     config. Default '$(CONFIG)'."
 	@echo "  scripts            Compile the java files for the weka methods."
+	@echo "  reports [CONFIG]   Create the reports. Default '$(CONFIG)'."
 
 test:
 	$(PYTHON_BIN) $(BENCHMARKDDIR)/test_config.py -c $(CONFIG)
@@ -50,6 +51,9 @@
 memory:
 	$(PYTHON_BIN) $(BENCHMARKDDIR)/memory_benchmark.py -c $(CONFIG)
 
+reports:
+	$(PYTHON_BIN) $(BENCHMARKDDIR)/make_reports.py.py -c $(CONFIG)
+
 scripts:
 	# Compile the java files for the weka methods.
 	javac -cp $(shell echo $(WEKA_CLASSPATH)) -d methods/weka methods/weka/src/*.java



More information about the mlpack-svn mailing list