aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-08-19 20:52:56 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-08-19 20:52:56 +0200
commitbbaf5dab2bbc060332d18c663e1c404d1d0e0e2e (patch)
tree1a91dfb4e59af47916654a0348d7b80bd0b79a5c /Makefile
parent1df6b12ea5a8365eba82678017e6a8b86dac30f7 (diff)
downloadallocbench-bbaf5dab2bbc060332d18c663e1c404d1d0e0e2e.tar.gz
allocbench-bbaf5dab2bbc060332d18c663e1c404d1d0e0e2e.zip
remove conprod benchmark because it doesn't measure malloc performance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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