python / pyperformance

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

Benchmark Groups Have Some Minor Problems #234

Open ericsnowcurrently opened 2 years ago

ericsnowcurrently commented 2 years ago

(See https://github.com/pyston/python-macrobenchmarks/pull/10.)

ericsnowcurrently commented 2 years ago

Also "list -b TAG" isn't working.

ericsnowcurrently commented 2 years ago

Also, if the "default" group includes a name that does not exist then it is ignored, whether or not "-NAME". I'd expect it to fail like it does for any other group.

ericsnowcurrently commented 2 years ago

@kmod, the main problem from https://github.com/pyston/python-macrobenchmarks/pull/10 is due to how a custom group named "all" is getting ignored. I'm probably going to just disallow such a group.