Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The benchmark is setup and currently hosted by Ververica/Alibaba. Check also more details in the mailing list announcement.

Source of benchmarks: https://github.com/apache/flink-benchmarks

...

If you merge a performance critical change (e.g. code paths executed per record, state entry etc) to master, you should verify that it did not cause a regression comparing to the previous state of the master. There is an existing performance test suite which periodically runs on the master branch. You can check the timeline of its results after some time in this UI. If you are unsure about your changes and want to check the regression before merging, contact a PMC to submit a benchmark request and check results in the comparison UI.Check also more details in the mailing list announcement.

If you want to know how to execute the benchmarks locally, please take a look at the benchmarks' readme

...