Skip to content

Commit

Permalink
fix: use right tag for images used in perf test script (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored May 24, 2024
2 parents fcfc92c + 6d806ce commit c1a6a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/perftest-htcmock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker run --net armonik_network --rm \
-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
dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-local


for i in {0..6}
Expand All @@ -29,7 +29,7 @@ docker run --net armonik_network --rm \
-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 | tee "logs/$SHA/$DATE/mock$i.log"
dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-local | tee "logs/$SHA/$DATE/mock$i.log"

done

Expand Down

0 comments on commit c1a6a58

Please sign in to comment.