We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b8814 commit e78867aCopy full SHA for e78867a
1 file changed
performance/test_np03.py
@@ -1,7 +1,7 @@
1
import numpy as np
2
from np_common import main
3
4
-NUMBER = 1
+NUMBER = 2
5
MAX_WORKERS = 8
6
7
array = np.arange(100_000_000).reshape(100_000, 1_000)
0 commit comments