You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main goal for this is to benchmark performance of individual component, this will inform if refactoring work has positive/negative impact. Currently we only check if test pass, so we have no idea if a change may slow down performance. We have done this in the past but usually ad-hoc basis, we should run this regularly (or at least per release).
The direction of this is simple, we want to make measure the change of time against # number of entries. We would start with Datasets and Catalog, as this fits in the DataCatalog2.0 work and will be immediately useful.
Description
The goal for this is test different runners,
In Kedro, there are 3 runners:
The test should measure:
The test should be target for the runner, for example we need to test I/O heavy pipeline for
ThreadRunner
Context
#3957 (comment)
Should work with the setup decided in #4128
The text was updated successfully, but these errors were encountered: