vps交流

在ARM架构运行webBenchmark


项目地址: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

然后

  1. git clone https://github.com/maintell/webBenchmark.git
  2. cd webBenchmark
  3. go build

复制代码

国内鸡:

  1. export GOPROXY=https://goproxy.io
  2. git clone https://ghproxy.com/github.com/maintell/webBenchmark.git
  3. cd webBenchmark
  4. go build

复制代码


提供几个已经编译好的


架构:aarch64
编译环境:Arm Ampere A1 Virtual Machine Linux

快速运行

  1. wget -qO webBenchmark https://cdn.jsdelivr.net/gh/JHDDZ/[email protected]/webBenchmark_androidvm_aarch64
  2. chmod +x webBenchmark
  3. ./webBenchmark -c 32 -s http://example.link

复制代码

注意替换下载链接


架构:aarch64
编译环境:鲲鹏虚拟机 安卓 Termux
aarch64 Kunpeng Virtual Machine  Android Termux

快速运行(仅在鲲鹏虚拟机 安卓 Termux 环境测试通过)

  1. wget -qO webBenchmark https://cdn.jsdelivr.net/gh/JHDDZ/[email protected]/webBenchmark_androidvm_aarch64
  2. chmod +x webBenchmark
  3. ./webBenchmark -c 32 -s http://example.link

复制代码

注意替换下载链接


架构:aarch64
编译环境:骁龙物理机 安卓 Termux
Snapdragon Physical Machine Android Termux

快速运行(仅在骁龙物理机 安卓 Termux 环境测试通过)

  1. wget -qO webBenchmark https://cdn.jsdelivr.net/gh/JHDDZ/[email protected]/webBenchmark_android_arm64
  2. chmod +x webBenchmark
  3. ./webBenchmark -c 32 -s http://example.link

复制代码

注意替换下载链接

另外问一下有没有大佬知道,
为什么在鲲鹏环境和骁龙环境编译的不能通用在ARM架构运行webBenchmark
好家伙  这是要全平台适配剑皇了在ARM架构运行webBenchmark

gr58046576 发表于 2021-12-12 21:12
好家伙  这是要全平台适配剑皇了

那必须的在ARM架构运行webBenchmark

只要是鸡,不管什么架构什么系统,都得能跑啊在ARM架构运行webBenchmark