Skip to content

Perf-Demo is a simple web application that defines a set of RESTful web services containing common performance issues. There are two versions of each service. Version 1 contains the performance issue and version 2 implements the same service with the performance issue resolved.

Notifications You must be signed in to change notification settings

jsicree/perf-demo

Repository files navigation

perf-demo

Travis CI Build Status: Build Status

Perf-Demo is a simple web application that defines a set of RESTful web services containing common performance issues. There are two versions of each service. Version 1 contains the performance issue and version 2 implements the same service with the performance issue resolved.

The project currently contains the following performance issues:

  1. Synchronous vs. Asynchronous Processing
  2. Memory Leaks
  3. N+1 Database Query Issue

This application was used in presentations on Automating Performance Testing via AWS CodePipeline and Dynatace. For more information, please see the wiki

About

Perf-Demo is a simple web application that defines a set of RESTful web services containing common performance issues. There are two versions of each service. Version 1 contains the performance issue and version 2 implements the same service with the performance issue resolved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published