-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Use python 3 for benchmarks? #11458
Copy link
Copy link
Closed
Description
Currently, benchmarks are only done on python2 [1]. Shouldn't this be python3? Or at least not only python2?
[1] asv.conf.json has "pythons": ["2.7"],; see
https://github.com/numpy/numpy/blob/master/benchmarks/asv.conf.json#L38
Reactions are currently unavailable