You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmark 1: python .\test-pyglm-min-max.py
Time (mean ± σ): 16.518 s ± 0.171 s [User: 9.596 s, System: 0.023 s]
Range (min … max): 16.370 s … 16.798 s 5 runs
Benchmark 2: python .\test-python-min-max.py
Time (mean ± σ): 12.781 s ± 0.093 s [User: 7.483 s, System: 0.023 s]
Range (min … max): 12.705 s … 12.936 s 5 runs
Summary
'python .\test-python-min-max.py' ran
1.29 ± 0.02 times faster than 'python .\test-pyglm-min-max.py'
My first attempt used very small arrays. But I increased the array size a lot, and python min and max are still faster. I looked at #147, thinking maybe that slowed down min and max? But I'm not sure.