Skip to content

Instantly share code, notes, and snippets.

View junaid786-prog's full-sized avatar
🏠
Working from home

Junaid Khan junaid786-prog

🏠
Working from home
View GitHub Profile
# Load testing for Twilio Realtime Voice Assistant
# Run: locust -f locustfile.py --host wss://your-domain.com
from locust import User, task, between
import websocket
import json
import time
import threading
import base64
import os