psf / pyperf

Toolkit to run Python benchmarks
http://pyperf.readthedocs.io/
MIT License
799 stars 78 forks source link

tests: Require unittest2 on Python 2 #59

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

Closes https://github.com/vstinner/pyperf/issues/57

vstinner commented 5 years ago

Thanks!