-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed test #21
Comments
The result for RK3328 might be hardware accelerated. Result for ZERO 3W might be pure CPU performance。 |
Hi, @foxjony : |
@foxjony Please check the speed of the NanoPi NEO3 when running the following two commands, I suspect that the go mod you're using isn't successfully calling the sha-2 instruction set
|
nanopineo3:~:# lscpu rock@radxa-zero3:~$ lscpu |
The issue might be caused by |
I did a Radxa Zero 3W speed test with radxa-zero3_debian_bullseye_xfce_b6.img firmware via sha256-benchmark.
The test calculates how long it takes to generate 1,000,000 SHA-256 hashes (the shorter the better).
Result: 15500 ms (Chip RK3566)
For comparison NanoPi NEO3: 715 ms (Chip RK3328)
Conclusion: Very slow (not sure why).
The text was updated successfully, but these errors were encountered: