Skip to content

mypyc benchmark doesn't seem to run mypyc #5

Description

@mdboom

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:

  1. Add a new benchmark that legitimately runs mypyc
  2. Just remove the mypyc benchmark

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions