Skip to content

Commit

Permalink
Adjusts README
Browse files Browse the repository at this point in the history
  • Loading branch information
gosom committed Jun 14, 2020
1 parent c44631c commit 27c17d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Bechmarks run with vegeta:

(100 reqs per second)
```
echo "GET http://localhost:10000/?query=scored%20awsome%20bicicle%20kikc" | vegeta attack -duration=120s -rate 1000 -output=attack-1.bin
echo "GET http://localhost:10000/?query=scored%20awsome%20bicicle%20kikc" | vegeta attack -duration=120s -rate 1000 -output=attack-100.bin
```

![alt tag](https://raw.githubusercontent.com/gosom/context-spell-correct/master/vegeta-plot-100.png)
Expand All @@ -75,7 +75,7 @@ echo "GET http://localhost:10000/?query=scored%20awsome%20bicicle%20kikc" | vege
(1000 reqs per second)

```
echo "GET http://localhost:10000/?query=scored%20awsome%20bicicle%20kikc" | vegeta attack -duration=120s -rate 1000 -output=attack-1.bin
echo "GET http://localhost:10000/?query=scored%20awsome%20bicicle%20kikc" | vegeta attack -duration=120s -rate 1000 -output=attack-1000.bin
```

![alt tag](https://raw.githubusercontent.com/gosom/context-spell-correct/master/vegeta-plot-1000.png)
Expand Down

0 comments on commit 27c17d1

Please sign in to comment.