Add benchmark tests and related configurations for performance evaluation

This commit is contained in:
yhirose
2026-03-14 22:09:44 -04:00
parent 5ecba74a99
commit ba0d0b82db
7 changed files with 171 additions and 70 deletions

View File

@@ -36,6 +36,7 @@ others:
@(cd test && make fuzz_test)
@(cd test && make test_websocket_heartbeat && ./test_websocket_heartbeat)
@(cd test && make test_thread_pool && ./test_thread_pool)
@(cd test && make test_benchmark && ./test_benchmark)
build:
@(cd test && make test_split)