https://github.com/smartbear/readyapi-performance-example
Sample ReadyAPI performance project and target server
https://github.com/smartbear/readyapi-performance-example
Last synced: about 1 month ago
JSON representation
Sample ReadyAPI performance project and target server
- Host: GitHub
- URL: https://github.com/smartbear/readyapi-performance-example
- Owner: SmartBear
- Created: 2022-07-01T08:07:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T17:04:13.000Z (almost 2 years ago)
- Last Synced: 2025-08-12T21:33:44.768Z (12 months ago)
- Language: Java
- Size: 24.4 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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.
##