feat: initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import http from 'k6/http';
|
||||
import { sleep } from 'k6';
|
||||
|
||||
export default function () {
|
||||
http.get('https://test.k6.io');
|
||||
sleep(1);
|
||||
}
|
||||
Reference in New Issue
Block a user