From bbaf5dab2bbc060332d18c663e1c404d1d0e0e2e Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 19 Aug 2018 20:52:56 +0200 Subject: remove conprod benchmark because it doesn't measure malloc performance --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05e04da..fa40390 100644 --- a/Makefile +++ b/Makefile @@ -46,11 +46,6 @@ $(OBJDIR)/cache-scratch: $(OBJDIR)/cache-scratch.o @if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi $(VERBOSE) $(CXX) -pthread -o $@ $^ -$(OBJDIR)/bench_conprod: $(OBJDIR)/bench_conprod.o - @echo "ld $@" - @if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi - $(VERBOSE) $(CC) -pthread -o $@ $^ - $(OBJDIR)/bench_loop: $(OBJDIR)/bench_loop.o @echo "ld $@" @if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi -- cgit v1.2.3