Lockface77
01/25/2023, 9:19 PMHardAtWork
01/25/2023, 9:21 PMLockface77
01/25/2023, 9:21 PMLockface77
01/25/2023, 9:22 PMHardAtWork
01/25/2023, 9:22 PMUnsmart | Tech debt
01/25/2023, 9:22 PMHardAtWork
01/25/2023, 9:23 PMHardAtWork
01/25/2023, 9:23 PMLockface77
01/25/2023, 9:23 PMLockface77
01/25/2023, 9:24 PMHardAtWork
01/25/2023, 9:24 PMUnsmart | Tech debt
01/25/2023, 9:24 PMHardAtWork
01/25/2023, 9:25 PMHardAtWork
01/25/2023, 9:25 PMUnsmart | Tech debt
01/25/2023, 9:25 PMLockface77
01/25/2023, 9:25 PMHardAtWork
01/25/2023, 9:26 PMUnsmart | Tech debt
01/25/2023, 9:31 PMLockface77
01/25/2023, 9:31 PMUnsmart | Tech debt
01/25/2023, 9:32 PMts
import http from 'k6/http'
export const options = {
    scenarios: {
        open_model: {
            executor: 'constant-arrival-rate',
            rate: 1000,
            timeUnit: '1s',
            duration: '8m',
            preAllocatedVUs: 10000
        },
    },
    userAgent: 'Testing Garret / 1.0.0',
    discardResponseBodies: true
}
export default function () {
    http.get('https://example.com')
}Unsmart | Tech debt
01/25/2023, 9:32 PMUnsmart | Tech debt
01/25/2023, 9:33 PMLockface77
01/25/2023, 9:34 PMjavascript
    async get(request: Request): Promise<Response> {
        const ret: string | undefined = await this.state.storage.get("value");
        return new Response(JSON.stringify(ret), {
            headers: {
                "Content-Type": "application/json"
            }
        });
  }Skye
01/25/2023, 9:35 PMUnsmart | Tech debt
01/25/2023, 9:35 PMSkye
01/25/2023, 9:35 PMUnsmart | Tech debt
01/25/2023, 9:35 PMUnsmart | Tech debt
01/25/2023, 9:35 PMSkye
01/25/2023, 9:35 PM