Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
kienmatu committed Mar 26, 2023
1 parent f9833c3 commit ece7e10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ Install Go-wrk
```bash
go install github.com/tsliwowicz/go-wrk@latest
```
### Test Benchmark
Now you can run the benchmark tests separately using go-wrk:

```bash
go-wrk -c 10 http://localhost:8080/products/pooled
go-wrk -c 10 http://localhost:8080/products/normal
go-wrk -c 10 http://localhost:8080/products/new
```
The results of each test will be displayed in the terminal.

The results of each test will be displayed in the terminal.

### Test elapsed time
Or you can test it with the `index.html` file:

![test.png](test.png)
Binary file added test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ece7e10

Please sign in to comment.