Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kclark-scottlogic committed Feb 27, 2024
1 parent 5ee099c commit ebc3199
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k6/spike.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import exec from 'k6/execution';
import http from 'k6/http';

export const options = {
// Key configurations for spike in this section
stages: [
{ duration: '2m', target: 2000 }, // fast ramp-up to a high point
{ duration: '1m', target: 0 }, // quick ramp-down to 0 users
],
// Key configurations for spike in this section
stages: [
{ duration: '2m', target: 2000 }, // fast ramp-up to a high point
{ duration: '1m', target: 0 }, // quick ramp-down to 0 users
],
};

const baseUrl = 'http://localhost:3001';
Expand Down

0 comments on commit ebc3199

Please sign in to comment.