diff options
author | Zach Koopmans <zkoopmans@google.com> | 2020-11-06 15:44:38 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-06 15:46:51 -0800 |
commit | 6c93dc970f0acc110ae4f941574defa4aa113116 (patch) | |
tree | ae4c855bd7e62e68ee6bc7770c3d256aeafa2709 /Makefile | |
parent | 9e82747d62e57ee7498c8f3f54c313917891273a (diff) |
Add pull image statment to benchmarks rule.
PiperOrigin-RevId: 341132662
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") && \ |