Skip to content

Instantly share code, notes, and snippets.

View sennett-lau's full-sized avatar
💭
Where are you...

Sennett Lau sennett-lau

💭
Where are you...
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sennett-lau
sennett-lau / K6SocketIoBase.js
Last active July 19, 2024 17:28
K6SocketIoBase.js
const { responseCode, responseType } = require('./constants.js')
const {
checkResponse,
getArrayFromRequest,
getCallbackId,
} = require('./socket.io.js')
const { uuidv4: uuid } = require('https://jslib.k6.io/k6-utils/1.4.0/index.js')
const { setTimeout, clearTimeout } = require('k6/experimental/timers')
const { check } = require('k6')