{"id":18499250,"url":"https://github.com/siddik-1997/random-user-api-performance-test","last_synced_at":"2026-02-07T02:33:33.084Z","repository":{"id":239947713,"uuid":"594719724","full_name":"Siddik-1997/Random-User-API-Performance-Test","owner":"Siddik-1997","description":"This repository contains a performance testing project for a Random system. The tests include a set of random user scenarios designed to stress the API and measure its behavior under various conditions as well as load testing to validate the API's behavior under heavy load. The results of the tests are documented in an excel sheet. ","archived":false,"fork":false,"pushed_at":"2023-01-29T20:56:40.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T05:27:46.727Z","etag":null,"topics":["load-testing","performance-testing","rest-api"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Siddik-1997.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-29T12:44:39.000Z","updated_at":"2023-02-26T07:25:46.000Z","dependencies_parsed_at":"2024-05-16T03:41:24.537Z","dependency_job_id":"2956594e-b075-48bd-99b5-3c0b8cdeb866","html_url":"https://github.com/Siddik-1997/Random-User-API-Performance-Test","commit_stats":null,"previous_names":["siddik-1997/random-user-api-performance-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Siddik-1997/Random-User-API-Performance-Test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddik-1997%2FRandom-User-API-Performance-Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddik-1997%2FRandom-User-API-Performance-Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddik-1997%2FRandom-User-API-Performance-Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddik-1997%2FRandom-User-API-Performance-Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siddik-1997","download_url":"https://codeload.github.com/Siddik-1997/Random-User-API-Performance-Test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddik-1997%2FRandom-User-API-Performance-Test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["load-testing","performance-testing","rest-api"],"created_at":"2024-11-06T13:45:10.797Z","updated_at":"2026-02-07T02:33:33.057Z","avatar_url":"https://github.com/Siddik-1997.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random-User-API-Performance-Test\n\n## What is Performance Testing:\n\n **Performance Testing is defined as a type of software testing to ensure that software applications will perform well under their expected workload.**\n - It focuses on certain factors of a Software Program such as: \n   - **Speed** – It Checks whether the response of the application is fast.\n   - **Scalability** – It determines the maximum user load.\n   - **Stability** – It checks if the application is stable under varying loads.\n\n## Technology used: Apache JMeter\n\n **I used it for these characteristics:** \n\n  - **Open source application** – Apache JMeter is an openly available free tool \u0026 it facilitates users or developers to use the code for other development or modification purpose.\n  - **Platform independent** – It can run on any platform \u0026 also it is capable enough to check the load \u0026 performance of any server requests.\n  - **User friendly GUI** – Its user-friendly, simple \u0026 easy to understand.\n  - **Installation** – It’s easy to install on different OS. \n  - **Record \u0026 Run**: JMeter provides the facility to record the steps by using Blaze master add-on \u0026 run with any number of threads \u0026 listeners.\n\n## Server URL:\n\n- I used this server for Performance Test.\n- Link: https://random-data-api.com/api/v2/users\n\n##  What I have done?\n- I have done performance testing including **Load Testing** and **Stress Testing**.\n\n- **Load Testing:** This testing is used to check the extreme load of a system that can be aimed to handle. \n\n  I started with 834 requests in 300 seconds and finally I executed with 4167 requests in 1500 seconds. I got the expected TPS (2.7) for every test iteration.\n  \n  ![Load Testing](https://user-images.githubusercontent.com/123433625/215355129-6ab79022-9784-468c-aeb7-18b08b559816.jpg)\n    \n- **Stress Test:**  This test tries to break the system by crushing its resources.\n\n  I checked it in 25 minutes (1500 seconds) considreing 4167, 4500, 4700, 5000 requests. This server successfully run with these requests except 5000 requests in 1500 seconds. It shows an error 1% that is called as bottleneck point.\n  \n  ![Stress Testing](https://user-images.githubusercontent.com/123433625/215355113-c75f31f5-3afc-4807-8d4a-8c907ccab444.jpg)\n \n## Report: \n - Report file is available in this repository (resource folder).\n - Excel sheet has two tabs: one is for Load test and another one for Stress test. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddik-1997%2Frandom-user-api-performance-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddik-1997%2Frandom-user-api-performance-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddik-1997%2Frandom-user-api-performance-test/lists"}