diff --git a/Makefile b/Makefile index 77999b7..b30d728 100644 --- a/Makefile +++ b/Makefile @@ -339,7 +339,7 @@ profile-load-norate: profile-ws-queue: @echo "CPU profiling WebSocket queue integration test..." @mkdir -p tests/bin - go test ./tests/integration -run WebSocketQueue -count=5 -cpuprofile tests/bin/cpu_ws.out + go test ./tests/integration -run WebSocketQueue -count=2 -cpuprofile tests/bin/cpu_ws.out @echo "${OK} CPU profile written to cpu_ws.out (inspect with: go tool pprof tests/bin/cpu_ws.out)" # Chaos engineering tests