Skip to content

Commit 550218d

Browse files
authored
Merge pull request #120 from Project-MONAI/AW-RemoveReferenceToMissingVariables
Removed final think time statement
2 parents 2db61ac + 89b3b07 commit 550218d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

performance-testing/k6/dicom/dicom_peak_avg.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export const options = {
8080

8181
export function ct_workflow() {
8282
var startTime = Date.now();
83-
sleep(randomIntBetween(lowerThinkTime, upperThinkTime)); // think time
8483
let res = http.get(`${url}/dicom?modality=CT&CalledAET=${workflow_AET}&CallingAET=${workflow_AET}`, { tags: { my_custom_tag: 'ct_workflow' } })
8584
check(res, {
8685
'is status 200': (r) => r.status === 200

0 commit comments

Comments
 (0)