Python-Useful-Scripts/Matrix-based Benchmark/README.md

9 lines
323 B
Markdown
Raw Normal View History

2024-06-16 15:13:17 +02:00
# Matrix-based CPU Benchmark #
2024-06-16 15:54:03 +02:00
### Inspired by Linpack HPL benchmark ###
2024-06-16 15:13:17 +02:00
## Contains two options: ##
2024-06-16 15:15:06 +02:00
* NumPy script (which requires numpy lib) <= Preferable
2024-06-16 15:13:17 +02:00
* SciPy script (which requires scipy lib)
2024-06-16 15:54:03 +02:00
### Warning: SciPy based scipt kinda buggy and produces many warnings (the warnings are already suppresed for visual) ###