started creating rapid attack command

This commit is contained in:
Senad Uka
2013-11-05 08:17:32 +00:00
parent a354e18116
commit fb197a57d8
4 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
for OS in "linux" "darwin"; do
for ARCH in "386" "amd64"; do
for ARCH in "amd64"; do
GOOS=$OS CGO_ENABLED=0 GOARCH=$ARCH go build -o vegeta
REV=$(git rev-parse HEAD)
ARCHIVE=vegeta-$OS-$ARCH-${REV:0:7}.tar.gz