AdamCarroll / PerformanceProblemsExample

A sample repository of a project with some performance problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample repository of a project with some performance problems.


Languages

Language:Java 96.2%Language:Shell 2.3%Language:FreeMarker 0.8%Language:HTML 0.7%