From aafc65fb4dd2fe8438fc6c0d77ef1df5b2f52bf1 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 18:01:10 +0200 Subject: Add repeatable performance profile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e10905a..1551f25 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NVIM ?= nvim -.PHONY: test +.PHONY: test profile test: NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/run.lua @@ -8,3 +8,6 @@ test: NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/phase16.lua NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/host_adapter_contract.lua NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/plugin_smoke.lua + +profile: + NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/profile.lua -- cgit v1.2.3