occlum/demos/grpc/grpc_glibc/prepare_stress_test_tool.sh

8 lines
146 B
Bash
Executable File

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