This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
commit cf73aa05c948916fc19711469a33b38238385818 Author: Anton Kalashnikov <[email protected]> AuthorDate: Tue Jul 5 15:23:14 2022 +0200 [FLINK-28407] Information about Jenkins and Codespeed added to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 75c9ae8..93e6e32 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ We also support to run each benchmark once (with only one fork and one iteration mvn test -P test ``` +## Jenkins + +These benchmarks can be managed by Jenkins and represent result by Codespeed. There are `jenkinsfile`'s in `jenkinsfiles` folder +that contains prepared scripts for that. The scripts can be configured in Jenkins in `Pipeline` section with `Pipeline script from SCM` definition. +Scripts can contain parameters which should be parametrized in `Jenkins` build. +For the detailed information take a look at the description of specific script. +The url of the Codespeed isn't parametrized and it should be changed directly in script. + ## Parameters There are some built-in parameters to run different benchmarks, these can be shown/overridden from the command line.
