Removed unnecessary import
- New benchmark - Removed unused import
This commit is contained in:
@@ -45,4 +45,4 @@ randomi.py (Mk II)
|
|||||||
randomi.py (Mk II)
|
randomi.py (Mk II)
|
||||||
|
|
||||||
### Conrads Setup (HDD)
|
### Conrads Setup (HDD)
|
||||||
11.71 sec
|
11.57 sec
|
||||||
@@ -9,7 +9,6 @@ from datetime import date
|
|||||||
|
|
||||||
# Importing for multi core processing
|
# Importing for multi core processing
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
from typing import Any, Union
|
|
||||||
|
|
||||||
# randomI function which creates each file
|
# randomI function which creates each file
|
||||||
def randomI(units, rows, rowLength, partstart):
|
def randomI(units, rows, rowLength, partstart):
|
||||||
|
|||||||
Reference in New Issue
Block a user