[pipepar] Update Makefile to template changes

Adapt Makefile after the last commit to measure the speedup instead of
trying several values for parameters in order to configure the
pipeline_template benchmark.
This commit is contained in:
Thomas Preud'homme 2012-09-21 10:54:08 +02:00
parent 16117c551a
commit 552c06f295
1 changed files with 2 additions and 5 deletions

View File

@ -54,10 +54,7 @@ pipeline_template-prog-%: pipeline_template.c
runtemplate%: pipeline_template-%
mkdir -p logs
./$< -p 12500 2>/dev/null
logFile=logs/$<-$$(date +%Y-%m-%d_%H-%M-%S).log ; touch $$logFile ; \
for pkts in 12500 25000 50000 100000 200000 400000 800000 1600000 3200000 6400000 12800000 25600000 51200000 ; \
do $(call runntimesandlog,10,./$< -p $$pkts,$$logFile) ; \
done
./$< -p 10000 2>/dev/null
$(call runntimesandlog,10,./$< -p 10000 -s 480000,logs/$<-$$(date +%Y-%m-%d_%H-%M-%S).log)
.PHONY: all allfmr alllattice runall runfmr runfmr% runlattice runlattice%