/PerformanceProblemsExample

A sample repository of a project with some performance problems.

Primary LanguageJava

Introduction

Performance Test Examples, based on the Dropwizard sample application.

Overview

TODO

Setup

  • To setup the h2 database run.

    `./scripts/migrate.sh`
    `./scripts/populate.sh`
    
  • To run the server run.

    `./scripts/start.sh`
    

Demos / Benchmarking