Skip to content

Commit

Permalink
scenario settings schema extended to require median response time
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Sep 7, 2023
1 parent 10addd6 commit 4880a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/schema-validator/scenario-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const updateScenarioSchema = {
standardDeviation: Joi.boolean().required(),
min: Joi.boolean().required(),
max: Joi.boolean().required(),
p50: Joi.boolean().required(),
p90: Joi.boolean().required(),
p95: Joi.boolean().required(),
p99: Joi.boolean().required(),
Expand Down

0 comments on commit 4880a21

Please sign in to comment.