Skip to content

Instantly share code, notes, and snippets.

View ashsepra's full-sized avatar
🤠
Dev, Test, Deploy alone, Yolo like a cowboy

I PUTU ASHADI SEDANA PRATAMA ashsepra

🤠
Dev, Test, Deploy alone, Yolo like a cowboy
  • DANA Indonesia
  • Bali
View GitHub Profile
@ashsepra
ashsepra / test-app.py
Last active December 28, 2020 04:00
Sample load test for web app
# Author ashsepra@gmail.com
# This load test for example
# Scope on load test at https://api.apiary.io
import time
from locust import HttpUser, TaskSet, task, between
import json
class SubClassTestAppAPI(TaskSet):
@ashsepra
ashsepra / web-page.py
Last active December 28, 2020 03:00
Sample web load testing
# Author ashsepra@gmail.com
# This load test for example
# Scope on load test at wikipedia
import time
from locust import HttpUser, TaskSet, task, between
class SubClassTest(TaskSet):
@task