From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Kirill Yukhin <kyukhin@tarantool.org>, Alexander Turenko <alexander.turenko@tarantool.org> Cc: Oleg Piskunov <o.piskunov@tarantool.org>, tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing Date: Tue, 30 Jun 2020 14:01:50 +0300 [thread overview] Message-ID: <aff82a603d8a706a3ff961dba299e0a50a259db1.1593514837.git.avtikhon@tarantool.org> (raw) From: Oleg Piskunov <o.piskunov@tarantool.org> Added TPC-H into perf testing pipeline. Set sh2 test server for TPC-H testing. Set to keep raw SQLite results into artifacts. Closes #5010 --- Github: https://github.com/tarantool/tarantool/tree/opiskunov/gh-5010-add-tpch-perf Issue: https://github.com/tarantool/tarantool/issues/5010 .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65b2fb126..8963bf87c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -211,6 +211,21 @@ perf_bootstrap: # Testing part +perf_tpch: + <<: *perf_docker_test_definition + tags: + - docker_sh2_perf + image: ${IMAGE_PERF_BUILT}_tpch + variables: + <<: *perf_vars_definition + BENCH: 'tpch' + artifacts: + when: always + paths: + - "bench-*.csv" + - "*_t_version.txt" + - "*_result.txt" + perf_sysbench: <<: *perf_docker_test_definition tags: -- 2.17.1
next reply other threads:[~2020-06-30 11:01 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-30 11:01 Alexander V. Tikhonov [this message] 2020-07-06 14:01 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=aff82a603d8a706a3ff961dba299e0a50a259db1.1593514837.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=o.piskunov@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox