first commit

This commit is contained in:
Muhamad Ibnu Fadhil 2025-11-17 20:11:26 +07:00
commit 27e101260c
6 changed files with 547 additions and 0 deletions

17
README.md Normal file
View 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