LoadSun - A Tool to Generate Workloads on Web Applications.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
- Go - The programming language
Golang is an open source programming language thats available to Linux, macOS, and Windows.
A step by step series of examples that tell you how to get a development env running
First Download Go from their website and install it on your machine, you can follow the instructions from their website if you're having difficulties.
Clone this repository to your desired location:
> git clone https://github.com/ProjetoDSL/LoadSun.git
go into the projects root folder and build it with the go tool:
> go build
The command above will build an executable named LoadSun.exe in the directory alongside the source code. Execute it to see the load generator running.
Explanation on how to set up the workload as you want.
#TODO Explain what these things mean and why
#TODO Give an example
- Go - The programming language
That's it.
- Victor Costa - Initial work - VictorSCosta
- Maicon Bernardino - Conception - maiconbernardino
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used