Skip to content

Commit

Permalink
use old ghz (LesnyRumcajs#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Feb 21, 2022
1 parent 4c97b2f commit 9262e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ for benchmark in ${BENCHMARKS_TO_RUN}; do
docker run --name ghz --rm --network=host -v "${PWD}/proto:/proto:ro" \
-v "${PWD}/payload:/payload:ro" \
--cpus $GRPC_CLIENT_CPUS \
ghcr.io/bojand/ghz \
obvionaoe/ghz:v0.103.0 \
--proto=/proto/helloworld/helloworld.proto \
--call=helloworld.Greeter.SayHello \
--insecure \
Expand All @@ -101,7 +101,7 @@ for benchmark in ${BENCHMARKS_TO_RUN}; do
docker run --name ghz --rm --network=host -v "${PWD}/proto:/proto:ro" \
-v "${PWD}/payload:/payload:ro" \
--cpus $GRPC_CLIENT_CPUS \
ghcr.io/bojand/ghz \
obvionaoe/ghz:v0.103.0 \
--proto=/proto/helloworld/helloworld.proto \
--call=helloworld.Greeter.SayHello \
--insecure \
Expand Down

0 comments on commit 9262e6c

Please sign in to comment.