Skip to content

The Performance Testing Setup

Nok Lam Chan edited this page Oct 29, 2024 · 4 revisions

The performance tests are splitted into two parts:

  1. Component Benchmark
  2. Pipeline Test

The tests are now triggered as a Github Action job:

Component Benchmark

Benchmark result:

The benchmark result is updated when new commit arrives main, it triggers the Github Action and the result is tracked in kedro-benchmark-results

The benchmark can also be run locally using asv, the source code lives with the kedro repository

How to use the Pipeline Test?

[WIP]

Clone this wiki locally