项目地址:https://github.com/maintell/webBenchmark (来自:https://hostloc.com/thread-692122-1-1.html)
怎样编译适合你的环境架构的二进制程序(适用于任何架构、系统)? 首先安装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
- cd webBenchmark
- go build
复制代码
国内鸡:
- export GOPROXY=https://goproxy.io
- git clone https://ghproxy.com/github.com/maintell/webBenchmark.git
- cd webBenchmark
- go build
复制代码
提供几个已经编译好的
架构:aarch64 编译环境:Arm Ampere A1 Virtual Machine Linux
快速运行
- wget -qO webBenchmark https://cdn.jsdelivr.net/gh/JHDDZ/[email protected]/webBenchmark_androidvm_aarch64
- chmod +x webBenchmark
- ./webBenchmark -c 32 -s http://example.link
复制代码
注意替换下载链接
架构:aarch64 编译环境:鲲鹏虚拟机 安卓 Termux aarch64 Kunpeng Virtual Machine Android Termux
快速运行(仅在鲲鹏虚拟机 安卓 Termux 环境测试通过)
- wget -qO webBenchmark https://cdn.jsdelivr.net/gh/JHDDZ/[email protected]/webBenchmark_androidvm_aarch64
- chmod +x webBenchmark
- ./webBenchmark -c 32 -s http://example.link
复制代码
注意替换下载链接
架构:aarch64 编译环境:骁龙物理机 安卓 Termux Snapdragon Physical Machine Android Termux
快速运行(仅在骁龙物理机 安卓 Termux 环境测试通过)
- wget -qO webBenchmark https://cdn.jsdelivr.net/gh/JHDDZ/[email protected]/webBenchmark_android_arm64
- chmod +x webBenchmark
- ./webBenchmark -c 32 -s http://example.link
复制代码
注意替换下载链接 |