occlum/demos/grpc/grpc_glibc/prepare_stress_test_tool.sh
2022-03-04 11:37:13 +08:00

8 lines
128 B
Bash
Executable File

#!/bin/bash
set -e
mkdir ghz_src && cd ghz_src
git clone https://github.com/bojand/ghz .
git checkout tags/v0.105.0
make build