mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add pull image statment to benchmarks rule.
PiperOrigin-RevId: 341132662
This commit is contained in:
committed by
gVisor bot
parent
9e82747d62
commit
6c93dc970f
@@ -291,7 +291,7 @@ init-benchmark-table: ## Initializes a BigQuery table with the benchmark schema
|
||||
--dataset=$(BENCHMARKS_DATASET) --table=$(BENCHMARKS_TABLE)")
|
||||
.PHONY: init-benchmark-table
|
||||
|
||||
benchmark-platforms: ## Runs benchmarks for runc and all given platforms in BENCHMARK_PLATFORMS.
|
||||
benchmark-platforms: load-benchmarks-images ## Runs benchmarks for runc and all given platforms in BENCHMARK_PLATFORMS.
|
||||
$(call submake, run-benchmark RUNTIME="runc")
|
||||
$(foreach PLATFORM,$(BENCHMARKS_PLATFORMS),\
|
||||
$(call submake,benchmark-platform RUNTIME="$(PLATFORM)" RUNTIME_ARGS="--platform=$(PLATFORM) --net-raw --vfs2") && \
|
||||
|
||||
Reference in New Issue
Block a user