首先安装Git
和Golang
CentOS:yum install git golang
Debian/Ubuntu:apt install git golang
Termux:pkg install git golang
开始编译
git clone https://github.com/maintell/webBenchmark.git
#克隆go编译仓库
cd webBenchmark
#定位到仓库文件夹
go build
开始编译go文件
运行编译好的程序即可
./[]
示例图
Comments | NOTHING