Skip to content

Commit

Permalink
tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges committed Aug 12, 2020
1 parent a607407 commit 60572c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ for benchmark in ${BENCHMARKS_TO_RUN}; do

mkdir -p "${RESULTS_DIR}"
docker run --name "${NAME}" --rm \
--cpus "${GRPC_SERVER_CPUS}" \
--memory "${GRPC_SERVER_RAM}" \
--cpus "${GRPC_SERVER_CPUS}" \
--memory "${GRPC_SERVER_RAM}" \
-e GRPC_SERVER_CPUS \
--network=host --detach --tty "${NAME}" >/dev/null
sleep 5
./collect_stats.sh "${NAME}" "${RESULTS_DIR}" &
docker run --name ghz --rm --network=host -v "${PWD}/proto:/proto:ro" \
--cpus $GRPC_CLIENT_CPUS
--cpus $GRPC_CLIENT_CPUS
--entrypoint=ghz infoblox/ghz:0.0.1 \
--proto=/proto/helloworld/helloworld.proto \
--call=helloworld.Greeter.SayHello \
Expand Down

0 comments on commit 60572c1

Please sign in to comment.