diff --git a/Makefile b/Makefile index 6390036..7f29ea9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ build: CGO_ENABLED=0 go build ./cmd/cassowary +build-linux: + GOOS=linux CGO_ENABLED=0 go build ./cmd/cassowary + test: go test -race -v ./... diff --git a/README.md b/README.md index 52fa5ab..816cbee 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,7 @@ Features 📌   **Importable** - Besides the CLI tool cassowary can be imported as a module in your Go app 📌   **Visualizations** - Cassowary can export request data as a histogram and boxplot in png format - - - + Installation -------- diff --git a/cass.tape b/cass.tape new file mode 100644 index 0000000..8e3d78b --- /dev/null +++ b/cass.tape @@ -0,0 +1,12 @@ +Output demo.gif + +Set FontSize 24 +Set Width 1600 +Set Height 1040 +Set PlaybackSpeed 0.6 + +Type "./cassowary run -u http://host.docker.internal:8000 -c 10 -n 100000" + +Enter + +Sleep 15s