mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
[benchmarks] Don't run vfs1 benchmarks anymore.
PiperOrigin-RevId: 413860206
This commit is contained in:
committed by
gVisor bot
parent
15ecf9aaaa
commit
74536aba2c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user