Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosborges committed Nov 4, 2021
1 parent 8f73098 commit c1507f9
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ This module proposes a simple and uncomplicated way to run your load tests creat

---

## Available Executors

| Executors | |
|------|----|
| **jmeter** | http://jmeter.apache.org/usermanual/remote-test.html |
| **bzt** |
| **locust** |
| **k6** |



## Basic usage with JMeter

Expand All @@ -43,13 +33,19 @@ data "aws_subnet" "current" {
}
```

![bp](https://raw.githubusercontent.com/marcosborges/terraform-aws-loadtest-distribuited/feat/bzt/assets/example-basic.png)
![bp](https://github.com/marcosborges/terraform-aws-loadtest-distribuited/raw/feat/bzt/assets/example-basic.png)


![bp](https://github.com/marcosborges/terraform-aws-loadtest-distribuited/raw/feat/bzt/assets/jmeter-dashboard.png)

---




---

## Basic usage with Taurus

In its basic use it is necessary to provide information about which network will be used, where are your test plan scripts and finally define the number of nodes needed to carry out the desired load.
Expand Down

0 comments on commit c1507f9

Please sign in to comment.