Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH] tpch: use normal perf image instead of patched one
@ 2020-12-21 23:20 Oleg Koshovetc
  2020-12-22  9:41 ` Timur Safin
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Koshovetc @ 2020-12-21 23:20 UTC (permalink / raw)
  To: Alexander Tikhonov, tsafin; +Cc: tarantool-patches

TPCH benchmark used to be launched with numerous patches applied
to tarantool's source code. Not only it does not bench actual
tarantool, it also adds extra complications in benchmarking process.
Recently we got pipeline failed only because of tpch benchmark as it
would fail to launch because it failed to apply all of the needed
patches. Instead of fixing the patches we'd better get rid of that
patching in the first place.
---
  .gitlab-ci.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 208ab24..935a27b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -328,7 +328,7 @@ perf_tpch:
    <<: *perf_docker_test_definition
    tags:
      - docker_sh2_perf
-  image: ${IMAGE_PERF_BUILT}_tpch
+  image: ${IMAGE_PERF_BUILT}
    variables:
      <<: *perf_vars_definition
      BENCH: 'tpch'
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 23:20 [Tarantool-patches] [PATCH] tpch: use normal perf image instead of patched one Oleg Koshovetc
2020-12-22  9:41 ` Timur Safin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox