Skip to content

Commit

Permalink
Set limits ludicrously high
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Aug 14, 2024
1 parent 1184693 commit 0817a65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions benchmarks/flask-mysql-benchmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@ export const options = {
vus: 1, // Number of virtual users
thresholds: {
test_40mb_payload: [{
threshold: "avg<1000", // Temporary exagurated threshold until optimizations are finished
threshold: "avg<2000", // Temporary exagurated threshold until optimizations are finished
abortOnFail: true,
delayAbortEval: '10s',
}],
test_multiple_queries: [{
threshold: "avg<1000",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
test_multiple_queries_with_big_body: [{
threshold: "avg<1000",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
test_create_with_big_body: [{
threshold: "avg<1000",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
test_normal_route: [{
threshold: "avg<20",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
test_id_route: [{
threshold: "avg<20",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
test_open_file: [{
threshold: "avg<20",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
test_execute_shell: [{
threshold: "avg<50",
threshold: "avg<2000",
abortOnFail: true,
delayAbortEval: '10s',
}],
Expand Down

0 comments on commit 0817a65

Please sign in to comment.