美文网首页
bench测试

bench测试

作者: 晓函 | 来源:发表于2021-01-03 17:31 被阅读0次

国内服务器要先改一下域名hosts

sudo vi /etc/hosts
199.232.28.133 raw.githubusercontent.com

脚本1 LemonBench

wget https://raw.githubusercontent.com/LemonBench/LemonBench/master/LemonBench.sh&&bash LemonBench.sh sbcfull

rn 3核5G intel e5 2690

 -> CPU Performance Test (Standard Mode, 3-Pass @ 30sec)

 1 Thread Test:         888 Scores
 3 Threads Test:        2697 Scores

阿里云服务器2h4g intel

 -> CPU Performance Test (Standard Mode, 3-Pass @ 30sec)

 1 Thread Test:         916 Scores
 2 Threads Test:        1538 Scores

腾讯轻量云2h4g amd

 -> CPU Performance Test (Standard Mode, 3-Pass @ 30sec)

 1 Thread Test:         1626 Scores
 2 Threads Test:        1713 Scores

脚本2 UnixBench

很久,需要半小时

wget --no-check-certificate https://github.com/zq/unixbench/raw/master/unixbench.sh&&chmod +x unixbench.sh&&./unixbench.sh|tee unixbench.log

测试结果
rn 3h 5g intel

3 CPUs in system; running 1 parallel copy of tests
System Benchmarks Index Score                                         963.3

3 CPUs in system; running 3 parallel copies of tests
System Benchmarks Index Score                                        2283.7

轻量4h8g amd 7K62

4 CPUs in system; running 1 parallel copy of tests
System Benchmarks Index Score                                        1953.5

4 CPUs in system; running 4 parallel copies of tests
System Benchmarks Index Score                                        4357.1

轻量2h2g intel 8255C

2 CPUs in system; running 1 parallel copy of tests
System Benchmarks Index Score                                         937.5

2 CPUs in system; running 2 parallel copies of tests
System Benchmarks Index Score                                        1366.7

腾讯云服务器2h4g intel 8255C

2 CPUs in system; running 1 parallel copy of tests
System Benchmarks Index Score                                        1009.2

2 CPUs in system; running 2 parallel copies of tests
System Benchmarks Index Score                                        1523.5

脚本3 GeekBench

curl -sL yabs.sh | bash -s -- -i

10来分钟。
我国内三台2h4g的机器都没跑成功。提示test failed。
需要至少内存/swap 1G?
圣何塞RN 1H1G小鸡成功:

---------------------------------
Processor  : Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
CPU cores  : 1 @ 2799.996 MHz
RAM        : 985.4 MiB
Swap       : 1024.0 MiB
Disk       : 23.6 GiB

Geekbench 5 Benchmark Test:
---------------------------------
Single Core     | 608
Multi Core      | 622

绿云东京2H2G小鸡成功:

Single Core     | 1289
Multi Core      | 2376

相关文章

网友评论

      本文标题:bench测试

      本文链接:https://www.haomeiwen.com/subject/upxpoktx.html