@@ -0,0 +1,12 @@
import http from "k6/http";
import { sleep } from "k6";
export const options = {
iterations: 100,
};
export default function () {
http.get("http://localhost:3001/abcdefghij");
sleep(0.2);
}
The note is not visible to the blocked user.