Skip to content

Commit

Permalink
docs: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Feb 2, 2024
1 parent aaabd20 commit 6179e55
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .docs/content/0.installation/4.perftests-htcmock.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ Once deployed, we do some warmup to put ArmoniK in its optimal state:

```bash
docker run --net armonik_network --rm \
-e HtcMock__TotalCalculationTime=00:00:10 \
-e HtcMock__NTasks=300 \
-e HtcMock__SubTasksLevels=4 \
-e HtcMock__EnableFastCompute=true \
-e GrpcClient__Endpoint=http://armonik.control.submitter:1080\
dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test
-e HtcMock__TotalCalculationTime=00:00:10 \
-e HtcMock__NTasks=300 \
-e HtcMock__SubTasksLevels=4 \
-e HtcMock__EnableFastCompute=true \
-e GrpcClient__Endpoint=http://armonik.control.submitter:1080\
dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test
```

Then we run the actual test:

```bash
docker run --net armonik_network --rm \
-e HtcMock__TotalCalculationTime=00:00:10 \
-e HtcMock__NTasks=10000 \
-e HtcMock__SubTasksLevels=100 \
-e HtcMock__EnableFastCompute=true \
-e GrpcClient__Endpoint=http://armonik.control.submitter:1080 \
dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test
-e HtcMock__TotalCalculationTime=00:00:10 \
-e HtcMock__NTasks=10000 \
-e HtcMock__SubTasksLevels=100 \
-e HtcMock__EnableFastCompute=true \
-e GrpcClient__Endpoint=http://armonik.control.submitter:1080 \
dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test
```

We execute this test several times and compute the average taks throughput.
Expand All @@ -85,4 +85,3 @@ See this [script](../../../tools/perftest-htcmock.sh) for the exact test process
| 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 6179e55

Please sign in to comment.