conjurdemos / conjur-intro

Miscellaneous utilities that make it easier to make, manage, and run demos
Apache License 2.0
10 stars 11 forks source link

Jmeter performance test #60

Closed h-artzi closed 4 years ago

h-artzi commented 4 years ago

What does this PR do? Is there any background context you want to provide?

It adds a performance test for dap-intro. The results will allow us to see if any new releases of the appliance are substantially faster/slower than the previous version. The ticket below and the README details what this performance test does step by step.

What ticket does this PR close?

cyberark/conjur#1419

Where should the reviewer start? How should this functionality be validated?

Start reviewing /performance_test/start.sh, and then run it. A jmeter_results folder and a DAP_Performance_Results.csv should appear in /performance_test after execution.

alexkalish commented 4 years ago

@h-artzi: Is this the canonical location for these performance tests? If so, @jvanderhoof, could you please get them reviewed and merged so that they can be used by others? Thanks!