Updated datasets and benchmark/test run commands

This commit is contained in:
Charlie Curtsinger 2015-05-28 14:54:43 -04:00
parent 37b33ed814
commit 6e45d54da1
6 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ test_inputs: histogram_datafiles/small.bmp
histogram_datafiles/%:
@echo $(LOG_PREFIX) Downloading histogram inputs $(LOG_SUFFIX)
@wget -c http://mapreduce.stanford.edu/datafiles/histogram.tar.gz
@wget -c http://csl.stanford.edu/~christos/data/histogram.tar.gz
@echo $(LOG_PREFIX) Unpacking histogram inputs $(LOG_SUFFIX)
@tar xzf histogram.tar.gz
@rm histogram.tar.gz

View File

@ -16,7 +16,7 @@ test_inputs: linear_regression_datafiles/key_file_50MB.txt
linear_regression_datafiles/%:
@echo $(LOG_PREFIX) Downloading linear_regression inputs $(LOG_SUFFIX)
@wget -c http://mapreduce.stanford.edu/datafiles/linear_regression.tar.gz
@wget -c http://csl.stanford.edu/~christos/data/linear_regression.tar.gz
@echo $(LOG_PREFIX) Unpacking linear_regression inputs $(LOG_SUFFIX)
@tar xzf linear_regression.tar.gz
@rm linear_regression.tar.gz

View File

@ -30,7 +30,7 @@ test_inputs: data/key_file_50MB.txt
data/%:
@echo $(LOG_PREFIX) Downloading pbzip2 inputs $(LOG_SUFFIX)
@wget -c http://mapreduce.stanford.edu/datafiles/linear_regression.tar.gz
@wget -c http://csl.stanford.edu/~christos/data/linear_regression.tar.gz
@echo $(LOG_PREFIX) Unpacking pbzip2 inputs $(LOG_SUFFIX)
@tar xzf linear_regression.tar.gz
@rm linear_regression.tar.gz

View File

@ -16,7 +16,7 @@ test_inputs: string_match_datafiles/key_file_50MB.txt
string_match_datafiles/%:
@echo $(LOG_PREFIX) Downloading string_match inputs $(LOG_SUFFIX)
@wget -c http://mapreduce.stanford.edu/datafiles/string_match.tar.gz
@wget -c http://csl.stanford.edu/~christos/data/reverse_index.tar.gz
@echo $(LOG_PREFIX) Unpacking string_match inputs $(LOG_SUFFIX)
@tar xzf string_match.tar.gz
@rm string_match.tar.gz

View File

@ -16,7 +16,7 @@ test_inputs: word_count_datafiles/word_10MB.txt
word_count_datafiles/%:
@echo $(LOG_PREFIX) Downloading word_count inputs $(LOG_SUFFIX)
@wget -c http://mapreduce.stanford.edu/datafiles/word_count.tar.gz
@wget -c http://csl.stanford.edu/~christos/data/word_count.tar.gz
@echo $(LOG_PREFIX) Unpacking word_count inputs $(LOG_SUFFIX)
@tar xzf word_count.tar.gz
@rm word_count.tar.gz

View File

@ -77,10 +77,10 @@ bench_inputs:
test_inputs:
bench:: $(OTHER_TARGETS) bench_inputs
$(ROOT)/bin/coz run $(COZ_ARGS) --- ./$< $(BENCH_ARGS)
$(ROOT)/coz run $(COZ_ARGS) --- ./$< $(BENCH_ARGS)
test:: $(OTHER_TARGETS) test_inputs
$(ROOT)/bin/coz run $(COZ_ARGS) --- ./$< $(TEST_ARGS)
$(ROOT)/coz run $(COZ_ARGS) --- ./$< $(TEST_ARGS)
endif
# Include dependency rules for all objects