From b3dc42bace4813d2833d3cabeba3539efe8d6acb Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Tue, 12 Apr 2022 10:17:08 -0700 Subject: [PATCH] [benchmarks] Add profiles back to buildkite. PiperOrigin-RevId: 441223389 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bd5d4537..4be20438a 100644 --- a/Makefile +++ b/Makefile @@ -383,7 +383,7 @@ run_benchmark = \ benchmark-platforms: load-benchmarks $(RUNTIME_BIN) ## Runs benchmarks for runc and all platforms. @set -xe; for PLATFORM in $$($(RUNTIME_BIN) help platforms); do \ export PLATFORM; \ - $(call install_runtime,$${PLATFORM},--platform $${PLATFORM}); \ + $(call install_runtime,$${PLATFORM},--platform $${PLATFORM} --profile); \ $(call run_benchmark,$${PLATFORM}); \ done @$(call run_benchmark,runc)