Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
AhadAli01 committed Mar 3, 2024
2 parents 840fd54 + fabeb94 commit b9f72ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scripts/blackTeaCategoryBrowse.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
// http.get(`${BASE_URL}/category?category=2&page=1`);
// }

import { group, sleep } from 'k6';

import http from 'k6/http';
import { group, sleep } from 'k6';

Expand Down Expand Up @@ -60,4 +62,4 @@ export default function () {
groupResponseTimes['Black Tea Category Browse'] = (groupResponseTimes['Black Tea Category Browse'] || 0) + duration;
sleep(1);
});
}
}

0 comments on commit b9f72ce

Please sign in to comment.