Skip to content

Commit e78867a

Browse files
committed
updated
1 parent f0b8814 commit e78867a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

performance/test_np03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
from np_common import main
33

4-
NUMBER = 1
4+
NUMBER = 2
55
MAX_WORKERS = 8
66

77
array = np.arange(100_000_000).reshape(100_000, 1_000)

0 commit comments

Comments
 (0)