[benchmarks] Add profiles back to buildkite.

PiperOrigin-RevId: 441223389
This commit is contained in:
Zach Koopmans
2022-04-12 10:19:26 -07:00
committed by gVisor bot
parent f0cd0dba85
commit b3dc42bace
+1 -1
View File
@@ -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)