Skip to content

Commit

Permalink
Remove the "mypyc" benchmark
Browse files Browse the repository at this point in the history
The original intent was that we would try to ensure that we ran
the mypy benchmark with the "mypy-built-with-mypyc" build of mypy.

Something got lost at some point and this needs a little bit of work
to make sure that pyperf installs an appropriate build (such as what
run_mypy.sh does), but for now it's still an improvement to get rid
of the "mypyc" benchmark.

Fixes #5
  • Loading branch information
kmod committed Jul 7, 2022
1 parent ce59acb commit 8121f37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gunicorn <local>
json <local>
kinto <local>
mypy <local>
mypyc <local:mypy>
pycparser <local>
pylint <local>
pytorch_alexnet_inference <local>
Expand Down

0 comments on commit 8121f37

Please sign in to comment.