Skip to content

Commit

Permalink
docs: clearer table
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Feb 2, 2024
1 parent 6179e55 commit 821ea07
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .docs/content/0.installation/4.perftests-htcmock.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |

0 comments on commit 821ea07

Please sign in to comment.