Skip to content

Commit

Permalink
tweak readme. add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Welin committed Nov 8, 2022
1 parent afffd6f commit b7bf8e0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 ./...
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img src="https://i.imgur.com/geJykYH.gif" />


<img src="https://imgur.com/ac8F8eD.gif" />

Installation
--------
Expand Down
12 changes: 12 additions & 0 deletions cass.tape
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b7bf8e0

Please sign in to comment.