From facc009ca070085bb1c32f146f77c2a0a62090b0 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 26 Apr 2022 13:31:10 +0200 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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') -- cgit v1.2.3-54-g00ecf