Skip to content

Instantly share code, notes, and snippets.

View sylvesterdas's full-sized avatar
🎯
Focusing

Sylvester Das sylvesterdas

🎯
Focusing
View GitHub Profile
@sylvesterdas
sylvesterdas / README.md
Last active October 31, 2021 11:21
Proper way to serve a file over http | Node JS
@sylvesterdas
sylvesterdas / test-script.spec.js
Last active October 11, 2021 08:57
Load test
import http from "k6/http";
import { check } from "k6";
const authUrl = "https://base.url/account/login";
const url = [
"https://base.url/notifications?archived=false&$limit=25&$skip=0",
"https://base.url/connections",
"https://base.url/connectors?state=current",
"https://base.url/orchestration-runs?%24limit=20",
"https://base.url/orchestrations",