From 74536aba2cf9ee885df5be2a763921439391e10e Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Thu, 2 Dec 2021 23:56:25 -0800 Subject: [PATCH] [benchmarks] Don't run vfs1 benchmarks anymore. PiperOrigin-RevId: 413860206 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 32d159380..5fa66bc3f 100644 --- a/Makefile +++ b/Makefile @@ -394,7 +394,6 @@ benchmark-platforms: load-benchmarks $(RUNTIME_BIN) ## Runs benchmarks for runc @set -xe; for PLATFORM in $$($(RUNTIME_BIN) help platforms); do \ export PLATFORM; \ $(call run_benchmark,$${PLATFORM},--platform=$${PLATFORM} $(BENCH_RUNTIME_ARGS) --vfs2); \ - $(call run_benchmark,$${PLATFORM}_vfs1,--platform=$${PLATFORM} $(BENCH_RUNTIME_ARGS)); \ done @$(call run_benchmark,runc) .PHONY: benchmark-platforms