Skip to content

Commit

Permalink
Hopefully fix test - again
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Oct 9, 2024
1 parent 63d0c07 commit 18a9a9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ profiles:
setValueTemplates:
openwebui.enabled: false
modelAutoscaling.interval: 1s
modelAutoscaling.window: 30s
modelAutoscaling.timeWindow: 30s
11 changes: 8 additions & 3 deletions test/e2e/autoscaler-restart/k6.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
import http from 'k6/http';

export const options = {
stages: [
{ duration: '10m', target: 3 },
],
discardResponseBodies: true,
scenarios: {
contacts: {
executor: 'constant-vus',
vus: 3,
duration: '10m',
},
},
};

export default function () {
Expand Down

0 comments on commit 18a9a9f

Please sign in to comment.