python / pyperformance

Python Performance Benchmark Suite
http://pyperformance.readthedocs.io/
MIT License
869 stars 175 forks source link

feat: add `-V/--version` CLI option #344

Closed picnixz closed 5 months ago

picnixz commented 5 months ago

This might be quite niche, but I actually wanted to check the version I just installed using the CLI and I was surprised that there was no option for that. I used the same convention as for the python version python -V (although I did not support the -VV variant).