Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 643 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 643 Bytes

jmeter-circleci CircleCI

A sample project about running Apache JMeter with CircleCI.

The pipeline does the following jobs:

  • Build, test and package a sample .NET Core web app.
  • Spin up an Azure function and deploy the web app's package to it.
  • Spin up two Azure virtual machines and use PowerShell script to install Java and JMeter on them.
  • Start JMeter distributed tests by using those two virtual machines: one acts as a server and one acts as a client.
  • Clean up all provisioned resources.