Framework Mode - Response time benchmarking
Folder Structure
postman-response-time-benchmarking/
├── collections/
│ └── api-endpoints.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── response-time-tests.postman_collection.json
├── reports/
│ └── response-time-report.html
├── scripts/
│ └── pre-request-scripts.js
├── postman.config.json
└── README.md