summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-04-26 13:31:10 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-04-26 14:25:17 +0200
commitfacc009ca070085bb1c32f146f77c2a0a62090b0 (patch)
tree6ebb7b822f1c8b9f12a6ec2440ed7af18e76afd7 /Makefile
parent913a3a813c168b47f982bb6851a0968858946f85 (diff)
downloadpodman-facc009ca070085bb1c32f146f77c2a0a62090b0.tar.gz
podman-facc009ca070085bb1c32f146f77c2a0a62090b0.tar.bz2
podman-facc009ca070085bb1c32f146f77c2a0a62090b0.zip
benchmarks: add more image benchmarks
Add more benchmarks for the most common and performance-critical image commands. Benchmarks for `podman build` should go into a separate section. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c14e58f66..5aab30d89 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ ifeq ($(GOBIN),)
GOBIN := $(FIRST_GOPATH)/bin
endif
-export PATH := $(PATH):$(GOBIN)
+export PATH := $(PATH):$(GOBIN):$(CURDIR)/hack
GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man')