0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Don't run perf suites by default

This commit is contained in:
Loïc Hoguin 2025-02-05 13:28:03 +01:00
parent 49be0f57cf
commit d889291c4f
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -59,7 +59,7 @@ include erlang.mk
# Don't run the examples/autobahn test suites by default. # Don't run the examples/autobahn test suites by default.
ifndef FULL ifndef FULL
CT_SUITES := $(filter-out examples ws_autobahn,$(CT_SUITES)) CT_SUITES := $(filter-out examples http_perf ws_autobahn ws_perf,$(CT_SUITES))
endif endif
# Don't run HTTP/3 test suites on Windows. # Don't run HTTP/3 test suites on Windows.