mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
[benchmarks] Add profiles back to buildkite.
PiperOrigin-RevId: 441223389
This commit is contained in:
committed by
gVisor bot
parent
f0cd0dba85
commit
b3dc42bace
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user