More benchmarks
In addition to mypyc, there is a number of projects that allow you to speed up python. For example, pypy, cython, numba. These libraries have their own benchmarks that can be added to the benchmarks of this library. It would be useful to add benchmarks that show the comparison between mypyc and the rest. These libraries have their own benchmarks that can be added to the benchmarks of mypyc.
https://foss.heptapod.net/pypy/benchmarks https://github.com/cython/cython/tree/master/Demos/benchmarks https://github.com/numba/numba-benchmark https://github.com/python/pyperformance
For context, the current benchmarks live in https://github.com/mypyc/mypyc-benchmarks. Having more benchmarks would be useful. Since we want mypyc benchmarks to have full type annotation coverage, adding benchmarks takes some effort, but unless the benchmark uses some big library, it's generally fairly straightforward.