Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a benchmark that heavily uses type annotations #35
Comments
|
I'm unable to write such benchmark. Do you want to write such benchmark? |
Yes, I think I can. Just wanted to check if there is interest in such benchmark, IIUC there is. |
This is a feature request.
Would it make sense to add a benchmark for code that heavily uses annotations, generics, and other
typingfeatures? I even have a suggestion for such benchmark: runningmypyon itself (on its own code). The run currently takes around 10-20 sec. (depending on machine). If this is too long, other option would be to run mypy on one of typeshed stubs, this will take less than a second.