Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 287 Bytes

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