dylan-profiler / visions

Type System for Data Analysis in Python
https://dylan-profiler.github.io/visions/visions/getting_started/usage/types.html
Other
205 stars 19 forks source link

Performance tests should be default for each type #56

Open sbrugman opened 4 years ago

sbrugman commented 4 years ago

As a developer I want to make sure that type inference is performant for new and chaning types. We benchmark our critical functions for that locally now. It would be better to explicitly include this in the tests. This is beneficial to ensure the performance of types and encourages developers to always test performance. The added workload is neglectible, as performance testing should already be part of the normal workflow.

ieaves commented 4 years ago