Lightweight Kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
320 B

MODULE := $(shell basename $$PWD)
.PHONY: init config apply destroy clean test info
init:
@scripts/perf init
config:
@scripts/perf config
plan:
@scripts/perf plan
apply:
@scripts/perf apply
destroy:
@scripts/perf destroy
clean:
@scripts/perf clean
test:
@scripts/test test_load
info:
@scripts/perf info