# readyapi-performance-example **Repository Path**: mirrors_SmartBear/readyapi-performance-example ## Basic Information - **Project Name**: readyapi-performance-example - **Description**: Sample ReadyAPI performance project and target server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-02 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReadyAPI performance target server This is a simple spring-boot HTTP server that is used as a target for ReadyAPI performance testing. # Build Build requirements ``` - java17 - maven 3.8.x+ ``` Build ```sh $ mvn clean install ``` ## Run ```sh $ java [-Dserver.port=portnumber] -jar perf-target-0.0.1.jar ``` *default port is **8080*** ## Endpoints OpenAPI definition ``` /swagger-ui/index.html#/ ``` # ReadyAPIPerf Test project ``` ReadyAPIPerfTest.xml ``` A sample project to run basic ReadyAPI performance tests. It comes preconfigured with a public test target server that runs the code in this project. ##