Open ericsnowcurrently opened 2 years ago
Also "list -b TAG" isn't working.
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.
@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.
(See https://github.com/pyston/python-macrobenchmarks/pull/10.)
BenchmarksManifest.resolve_group()