From 821ea07bf903d98b160c5db18112fad2774fd2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gurhem?= Date: Fri, 2 Feb 2024 15:19:55 +0100 Subject: [PATCH] docs: clearer table --- .../0.installation/4.perftests-htcmock.md | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.docs/content/0.installation/4.perftests-htcmock.md b/.docs/content/0.installation/4.perftests-htcmock.md index 487487b61..e860fd0dd 100644 --- a/.docs/content/0.installation/4.perftests-htcmock.md +++ b/.docs/content/0.installation/4.perftests-htcmock.md @@ -39,6 +39,7 @@ docker build -t dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test -f T ArmoniK.Core infrastructure used: - Activemq +- Redis - 1 partition - HtcMock worker - 30 compute plane instances @@ -71,17 +72,17 @@ docker run --net armonik_network --rm \ dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test ``` -We execute this test several times and compute the average taks throughput. +We execute this test several times and compute the average tasks throughput. See this [script](../../../tools/perftest-htcmock.sh) for the exact test process. -## Some results - -| git rev-parse --short HEAD | git describe --tags | Tasks/seconds | -| -------------------------- | -------------------- | ------------: | -| 91f62cc2 | 0.20.2-5-g91f62cc2 | 595.0 | -| d436763c | 0.20.2-12-gd436763c | 569.0 | -| f41c9a2c | 0.20.5-33-gf41c9a2c | 575.2 | -| 4ea4db08 | 0.20.5-46-g4ea4db08 | 498.1 | -| 85d90c5b | 0.20.5-91-g85d90c5b | 494.7 | -| 968ca38 | 0.20.5-106-g968ca38e | 491.6 | -| 2bcbe5c2 | 0.20.5-109-g2bcbe5c2 | 494.0 | +## Some throughput results in tasks per seconds + +| git rev-parse --short HEAD | git describe --tags | ActiveMQ / Redis | +| -------------------------- | -------------------- | ---------------: | +| 91f62cc2 | 0.20.2-5-g91f62cc2 | 595.0 | +| d436763c | 0.20.2-12-gd436763c | 569.0 | +| f41c9a2c | 0.20.5-33-gf41c9a2c | 575.2 | +| 4ea4db08 | 0.20.5-46-g4ea4db08 | 498.1 | +| 85d90c5b | 0.20.5-91-g85d90c5b | 494.7 | +| 968ca38 | 0.20.5-106-g968ca38e | 491.6 | +| 2bcbe5c2 | 0.20.5-109-g2bcbe5c2 | 494.0 |