Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feggah/poc-fastapi
- Owner: Feggah
- Created: 2021-02-10T12:37:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T18:47:41.000Z (over 3 years ago)
- Last Synced: 2023-03-05T11:47:44.625Z (almost 2 years ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.