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

MarkovShield/benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Benchmark tools for MarkovShield

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages