visions icon indicating copy to clipboard operation
visions copied to clipboard

Performance tests should be default for each type

Open sbrugman opened this issue 5 years ago • 1 comments

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.

sbrugman avatar May 08 '20 12:05 sbrugman

  • Include big_O in performance testing results
  • extend performance testing to relations
  • extend coverage for test suite

ieaves avatar May 14 '20 19:05 ieaves