diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 18:01:10 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 18:01:10 +0200 |
| commit | aafc65fb4dd2fe8438fc6c0d77ef1df5b2f52bf1 (patch) | |
| tree | 545a29ee25cde6d6c16eb59441e00699e82fd0c8 /Makefile | |
| parent | 16dd01a5fc062d03bda6f530f234d5e65bf3e503 (diff) | |
Add repeatable performance profile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
