Skip to content

Commit 23c20ca

Browse files
committed
Merge branch 'master' of github.com:gophergala2016/goad
2 parents 42b544b + ddca485 commit 23c20ca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Buildfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: go build -o bin/goad-api webapi/webapi.go
1+
web: go get -u github.com/jteeuwen/go-bindata/... && make bindata && go build -o bin/goad-api webapi/webapi.go

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load testing tool built in Go for the 2016 [Gopher Gala][].
99

1010
Goad takes full advantage of the power of Amazon Lambdas for distributed load testing. You can use goad to launch HTTP loads from up to four AWS regions at once. Each lambda can handle hundreds of concurrent connections, we estimate that Goad should be able to achieve peak loads of up to **10,000 requests/second**.
1111

12-
![Goad diagram](./site/src/img/diagram.svg?raw=true)
12+
![Goad diagram](./site/src/img/diagram.png)
1313

1414
## License & Copyright
1515

site/src/img/diagram.png

61.7 KB
Loading

0 commit comments

Comments
 (0)