Open Mercy811 opened 2 years ago
Load testing with https://github.com/amplitude/sdk-load-test
cd Amplitude-Go/examples/revel_example
examples/revel_example/myapp/app/controllers/app.go
revel run -a myapp
target: "http://localhost:port"
yarn run
Summary
Load testing with https://github.com/amplitude/sdk-load-test
cd Amplitude-Go/examples/revel_example
examples/revel_example/myapp/app/controllers/app.go
revel run -a myapp
target: "http://localhost:port"
to the port Revel engine is listening on. (Not sure why revel proxy port doesn't work . It returns timeout error)yarn run
to start the testChecklist