* [Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing
@ 2020-06-30 11:01 Alexander V. Tikhonov
2020-07-06 14:01 ` Kirill Yukhin
0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-06-30 11:01 UTC (permalink / raw)
To: Kirill Yukhin, Alexander Turenko; +Cc: Oleg Piskunov, tarantool-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-06 14:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 11:01 [Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing Alexander V. Tikhonov
2020-07-06 14:01 ` Kirill Yukhin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox