Skip to content

Commit

Permalink
feat(tests): use consul when running in ci call, pt2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Feb 23, 2025
1 parent 451c700 commit d425e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/rps/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go mod download

GOMAXPROCS=1 go run "./cmd/orb-rps-server/..." --registry=consul 1>/dev/null 2>&1 &
server_pid=$!
sleep 5
sleep 10

for i in "drpc" "grpc" "h2c" "http" "https" "http3"; do
go run "./cmd/orb-rps-client/..." --registry=consul --threads=2 --duration=5 --connections=6 --transport=$i
Expand Down

0 comments on commit d425e55

Please sign in to comment.