summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 18:01:10 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 18:01:10 +0200
commitaafc65fb4dd2fe8438fc6c0d77ef1df5b2f52bf1 (patch)
tree545a29ee25cde6d6c16eb59441e00699e82fd0c8 /Makefile
parent16dd01a5fc062d03bda6f530f234d5e65bf3e503 (diff)
Add repeatable performance profile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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