[Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing

Alexander V. Tikhonov avtikhon at tarantool.org
Tue Jun 30 14:01:50 MSK 2020


From: Oleg Piskunov <o.piskunov at 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



More information about the Tarantool-patches mailing list