Revision randomi Mk II

- Fixed file naming bug
- Improved performance
- Merged all variants of randomi into randomi.py
- Fully commented the code
- Added benchmarks

Co-Authored-By: tchemn <tchemn@users.noreply.github.com>
This commit is contained in:
2018-05-18 10:58:17 +02:00
parent f19bfb4710
commit b9295dd703
4 changed files with 107 additions and 155 deletions

48
docs/Benchmarking.md Normal file
View File

@@ -0,0 +1,48 @@
# 10000/50/25 Benchmark
## One Core Utilisation
randomi.py
### Conrads Setup (HDD)
53.5 sec
### Conrads Setup (m.2 SSD)
63.29 sec
### Tillmanns Setup (HDD)
82.29 sec
## 4 Core Utilisation
randomi4c.py
### Conrads Setup (HDD)
17.71 sec
### Conrads Setup (m.2 SSD)
16.33 sec
## 8 Core Utilisation
randomiUnLi.py
### Conrads Setup (HDD)
12.58 sec
### Conrads Setup (m.2 SSD)
12.32 sec
## One Core Utilisation (Mk II)
randomi.py (Mk II)
### Conrads Setup (HDD)
54.45 sec
### 8 Core Utilisation (Mk II)
randomi.py (Mk II)
### Conrads Setup (HDD)
11.71 sec