Skip to content

The goal of this app is to use it on the receiving end of a load testing tool.

Notifications You must be signed in to change notification settings

glueops-rip/web-app-simulate-workload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-app-simulate-workload

The goal of this app is to use it on the receiving end of a load testing tool. It supports:

  • Slow response times with /v1/sleep
  • Uploading files with the GUI at: /uploadfile or via API at: /v1/uploadfile

Running the app

  • Development environment
uvicorn main:app --reload

Running the Dockerfile

$ docker build -t simulate-workload .
$ docker run -p 8000:8000 simulate-workload

Access the website

  • In your browser, navigate to https://127.0.0.1:8000/v1/sleep?ms=1000

About

The goal of this app is to use it on the receiving end of a load testing tool.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published