1478 views|4 replies

7171

Posts

195

Resources
The OP
 

[BIGTREETECH CB1 Core Board & PI4B Trial] Part 5 Performance Test [Copy link]

 

Performance benchmark test

One Pi running score

$ time echo "scale=4000;4*a(1)"|bc -l -q

Raspberry Pi 3B takes about 45 seconds

WH616 takes 54.86s

It took about 10 seconds longer

2. Sysbench running software test

Sysbench test (the higher the score, the better. Sysbench is a multi-threaded benchmark tool based on LuaJIT, which specializes in testing CPU and memory)

Installing sysbench software

$ sudo apt-get install sysbench

Test: Single thread test

$ sysbench --test=cpu --cpu-max-prime=2000 run

Multithreaded testing

$ sysbench --num-threads=4 --test=cpu --cpu-max-prime=20000 run

Three disk io performance:

//Write test data file test:

sysbench --test=fileio --threads=4 --file-total-size=3G --file-test-mode=rndrw prepare

Test results of other people's Raspberry Pi on the Internet: 3g file, divided into 128 small files, average 24m per file, actual write speed 11.81m/s

WH616 test results:

Disk io performance:

//Test io performance:

sysbench --test=fileio --threads=4 --file-total-size=3G --file-test-mode=rndrw run

Raspberry Pi network test results: Random read and write test results: Read bandwidth: 2.58M/s, Write bandwidth: 1.71M/s

Note: After the test, clean up and delete the 3g test files:

sysbench --test=fileio --threads=4 --file-total-size=3G --file-test-mode=rndrw cleanup

Test results of this development board: Faster than Raspberry Pi

Clear

4. Memory allocation and transfer speed:

Test 8K sequential allocation:

sysbench --threads=4 --events=10000 --test=memory --memory-block-size=8K --memory-total-size=10G --memory-access-mode=seq run

Network Raspberry Pi test result: 4385.97M/s

WH616 test result 7891M/s

This post is from Domestic Chip Exchange

Latest reply

Awesome, also use the command line performance test   Details Published on 2023-1-24 12:21
 
 

6827

Posts

11

Resources
2
 

The test is very professional! Thumbs up!

This post is from Domestic Chip Exchange
 
 
 

6027

Posts

6

Resources
3
 

It's a bit surprising that there is something that can surpass the Raspberry Pi

This post is from Domestic Chip Exchange
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 
 

36

Posts

0

Resources
4
 

The domestically produced Raspberry Pi, while still good, still needs improvement.

This post is from Domestic Chip Exchange
 
 
 

33

Posts

0

Resources
5
 

Awesome, also use the command line performance test

This post is from Domestic Chip Exchange
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews

Room 1530, Zhongguancun MOOC Times Building, Block B, 18 Zhongguancun Street, Haidian District, Beijing 100190, China Tel:(010)82350740 Postcode:100190

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list