Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (26 loc) · 788 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 788 Bytes

Benchmark for MarkovShield

Prerequisites

You will need sbt installed on your system from where you are running these load tests.

Setup

Before you run the load tests configure the URL of your site in /src/test/resources/application.properties.

Example:

baseUrl=https://markovshield.example.com

Run simulations

Enter a SBT console:

sbt -Djsse.enableSNIExtension=false

Note: SSL cert checks need to be disabled because of the MarkovShield demo application uses a self signed certificate.

Now you have two options:

  1. Run all tests (simulations):
gatling:test
  1. Run a single test (simulation):
gatling:testOnly NormalUsageSimulation1

View results

Open the index.html file inside the /target/gatling/* directory.