first commit
This commit is contained in:
commit
27e101260c
6 changed files with 547 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## Benchmark Latency and Throughput of Stitcher
|
||||
### Benchmark Latency
|
||||
0. Have Python installed and the deps : pandas and matplotlib
|
||||
1. Go to `cd latency`
|
||||
2. Run this in the terminal
|
||||
```
|
||||
./request.sh -o <output_location> -u "<backend_url>" -i <iteration> --no-output
|
||||
```
|
||||
|
||||
### Benchmark Throughput
|
||||
0. Have JMetter installed, [download here](https://jmeter.apache.org/download_jmeter.cgi)
|
||||
1. Go to `cd throughput`
|
||||
2. Run this in the terminal
|
||||
```
|
||||
./request.sh -o <output_folder> -H "<backend_ip>" -t <num_of_threads> -l <num_of_loops>
|
||||
```
|
||||
3. outputs will be in the directory specified
|
||||
Loading…
Add table
Add a link
Reference in a new issue