-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I'm working on updating the mypy benchmark to be compatible with Python 3.11 (primarily by just updating the dependencies). However, I've run into a small snag. The mypyc benchmark, which is a "subbenchmark" of mypy, doesn't actually seem to run mypyc -- it just runs the same thing as the mypy benchmark with 50 loops rather than 20. Additionally, there is a bug when running in the pyperformance harness since the results of both of these use the same name (mypy).
I think we should either:
- Add a new benchmark that legitimately runs
mypyc - Just remove the
mypycbenchmark
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels