Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Aug 3, 2023
1 parent 63c87cd commit 491ead6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const GaugeInternalLatency = new Gauge('Internal Latency');

export const options = {
vus: 1,
duration: '10m',
duration: '1m',
ext: {
loadimpact: {
// Project: kedacore
Expand Down Expand Up @@ -52,11 +52,13 @@ export function setup() {
updatedeployment(workloaddeployment,iteration);
sleep(5);
updatesscaleobject(yamlscaleobject,iteration);

checkLag()
}

export function teardown() {
console.debug
checkLag()
// checkLag()
deletenamespace(mocknamespace);
deletenamespace(workloadnamespace);
sleep(10);
Expand Down

0 comments on commit 491ead6

Please sign in to comment.