From 552c06f295f2c21de00d864332f8978831fae402 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 21 Sep 2012 10:54:08 +0200 Subject: [PATCH] [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. --- pipepar/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pipepar/Makefile b/pipepar/Makefile index e4092a3..5a748ba 100644 --- a/pipepar/Makefile +++ b/pipepar/Makefile @@ -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%