Use the Collection Runner to test the performance of your API with the same requests and collections you use for functional API tests. When you run a performance test, Postman uses the requests in the selected collection to simulate the activity of your API users.
In the Collection Runner, you can set the duration of the test and the number of virtual users. Each virtual user runs the requests in the specified order in a repeating loop. All of the virtual users operate in parallel to simulate real-world load on your API. You can choose whether the number of virtual users is fixed for the duration of the test or ramps up and down during the test.
Use the Postman desktop app to configure and run performance tests. You can't use the Postman web app for performance testing. During a performance test, all requests are sent from the host computer where you are running the Postman desktop app.
Before you configure a performance test, create a collection or add a folder with the requests you want to use to simulate user activity. Each virtual user runs the selected requests in the specified order and repeats the sequence throughout the test. Multiple virtual users all operate in parallel to simulate real-world usage of your API.
You can add scripts and tests to packages in your team's Package Library, and run the contents of packages from the Collection Runner. Learn how to add packages to the Package Library, and import packages into your pre-request and post-response scripts.
To configure a performance test in the Postman desktop app, do the following:
Select Collections in the sidebar and select the collection or folder you want to use for performance testing.
You can also use a collection or folder that's linked to an API to run a performance test. Learn more about adding a collection to an API.
On the Overview tab, select Run.
You can also select Runner from the Postman footer and drag a collection from Collections or History in the sidebar.
Select the Performance tab.
(Optional) Change the order in which the requests are run by dragging a request to a new location. To skip a request, clear the checkbox next to its name.
Performance tests run all of the requests selected in the Collection Runner in order, and each virtual user runs through the sequence of requests. This helps you test the performance of your API workflows. To test API calls in isolation, you can run performance tests on individual requests instead.
Enter the number of Virtual users. While the test is running, each virtual user runs the selected requests in the specified order in a repeating loop. A higher number of virtual users puts increased load on your API.
The maximum number of virtual users you can simulate depends on available system resources and the collection you're using. Learn more about virtual users and system resources.
Enter the Test duration in minutes.
Select a Load profile.
(Optional) Select a Data file with custom values to use for each virtual user. The file must be in CSV or JSON format. Learn more about using a data file to simulate virtual users.
When you're ready to begin the performance test, select Run.
Your Postman plan gives you a limited number of performance runs you can use each month. A message will display in the Collection Runner when you're approaching your usage limit. Learn more about resource usage in Postman.
The number of virtual users a performance test can simulate depends on available system resources and the collection used for the test. Using pre-request or post-response scripts will reduce the number of virtual users that can be simulated. The maximum number of virtual users is determined by your Postman plan.
Use the following guidelines to understand how many virtual users you can simulate:
Attempting to simulate a higher number of virtual users may cause inaccurate metrics and reduced throughput (requests per second). Try running a small test with 10 to 20 virtual users and observing system resource usage. You can use this information to estimate that maximum number of virtual users that can be simulated for your collection and host computer.
If you have a problem with the performance testing feature, contact the Postman support team. Make sure to attach your Postman logs in your support request.
You can change the name of a performance run while it's in progress, or you can rename a past run. Rename a performance run to help you identify runs later, for example, when comparing performance runs.
To rename a performance run, start a new run or open a past run. Select the name of the performance run and enter a new name.
You can view a list of past performance runs for a collection. Open the collection, select the Runs tab, and then select the Performance tab.
You can view metrics for each run, including the number of virtual users (VUs), duration, total number of requests, requests per second, average response time, and error rate. Select the run to view a graph and full details for the performance run.
Last modified: 2024/09/10
Additional resources
Videos
Blog posts