[benchmarks] Don't run vfs1 benchmarks anymore.

PiperOrigin-RevId: 413860206
This commit is contained in:
Zach Koopmans
2021-12-02 23:58:36 -08:00
committed by gVisor bot
parent 15ecf9aaaa
commit 74536aba2c
-1
View File
@@ -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