Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feggah/poc-fastapi

PoC using Fast API framework
https://github.com/feggah/poc-fastapi

Last synced: about 1 month ago
JSON representation

PoC using Fast API framework

Awesome Lists containing this project

README

        

# poc-fastapi
PoC using Fast API framework

# How to generate jmeter reports

First, change to the `\bin` directory inside the apache-jmeter folder.

Inside `\bin\examples`, create two folders: **csv** and **html**

Then, run the command below in your terminal:
```
./jmeter -n -t -l .\examples\csv\.csv -e -o .\examples\html\

```

To share your html report, copy the `.csv` file generate to the html folder created with the command above, and share the hole html folder.