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

10 lines
409 B
Markdown
Raw Permalink 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 16:02:48 +02:00
* NumPy script (which requires numpy lib) <= **Run This**
* Increase **the matrix size** as you wish
* SciPy script (which requires scipy lib) <= No Further Update, **Do not run**
2024-06-16 15:13:17 +02:00
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) ###