Re: Flink app performance test framework

2021-06-07 Thread luck li
he nexmark[1]. If you just care about the performance > regression of your specific production jobs, I don't know there is > such a framework. > > [1] https://github.com/nexmark/nexmark > > > Best, > Yangze Guo > > On Sun, Jun 6, 2021 at 7:35 AM luck li wr

Flink app performance test framework

2021-06-05 Thread luck li
Hi flink community, Is there any test framework that we can use to test flink jobs performance? We would like to automate process for regression tests during flink version upgrade and job performance tests when rolling out new changes to prod. Any suggestions would be appreciated! Thank you Bes