https://github.com/threefoldtech/cpu-benchmark-simple
https://github.com/threefoldtech/cpu-benchmark-simple
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/cpu-benchmark-simple
- Owner: threefoldtech
- License: apache-2.0
- Created: 2023-09-04T10:18:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-12T03:07:27.000Z (over 1 year ago)
- Last Synced: 2024-06-02T14:22:17.635Z (12 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpu-benchmark-simple
Execute a simple task (computing CRC64 in chain), in a single thread and multi-thread environment using SIMD and reports executing time.
This simple task can be used to compare raw CPU power using SIMD available on large set of CPU. This « benchmark » is primarily used to
compare sets of CPU on same task, not to really benchmark CPU on large sets of computing power.# Usage
There are only two options available: `-j` to get json output and `-v` to get verbose output.
# Dependencies
There is no external dependencies than a C compiler needed.